Author :
bluhm
Date :
2024-01-21 01:17:20
Hash :e3a7b014 Message :Assert that inpcb table has correct address family.
Since inpcb tables for UDP and Raw IP have been split into IPv4 and
IPv6, assert that INP_IPV6 flag is correct instead of checking it.
While there, give the table variable a nicer name.
OK sashan@ mvs@