Add reference counting for inet pcb, this will be needed when we
authorbluhm <bluhm@openbsd.org>
Thu, 13 Sep 2018 19:53:58 +0000 (19:53 +0000)
committerbluhm <bluhm@openbsd.org>
Thu, 13 Sep 2018 19:53:58 +0000 (19:53 +0000)
commit0e5609475351394c791e132db4e33c768b1a41fc
tree309f3348a388032d3de179953da0738de6c0306f
parent247715d895afb6418e9acb604df85deef84bf50b
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@
sys/kern/uipc_mbuf.c
sys/net/pf.c
sys/net/pfvar.h
sys/netinet/in_pcb.c
sys/netinet/in_pcb.h
sys/netinet/raw_ip.c
sys/netinet/tcp_output.c
sys/netinet/udp_usrreq.c
sys/netinet6/raw_ip6.c
sys/netinet6/udp6_output.c