CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/09/13 13:53:58
Modified files:
sys/kern : uipc_mbuf.c
sys/net : pf.c pfvar.h
sys/netinet : in_pcb.c in_pcb.h raw_ip.c tcp_output.c
udp_usrreq.c
sys/netinet6 : raw_ip6.c udp6_output.c
Log message:
Add reference counting for inet pcb, this will be needed when we
start locking the socket. An inp can be referenced by the PCB queue
and hashes, by a pf mbuf header, or by a pf state key.
OK visa@
