MCPcopy Create free account
hub / github.com/F-Stack/f-stack / in_pcbrehash

Function in_pcbrehash

freebsd/netinet/in_pcb.c:2871–2876  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2869}
2870
2871void
2872in_pcbrehash(struct inpcb *inp)
2873{
2874
2875 in_pcbrehash_mbuf(inp, NULL);
2876}
2877
2878/*
2879 * Remove PCB from various lists.

Callers 3

in_pcbdisconnectFunction · 0.85
tcp_connectFunction · 0.85
in6_pcbdisconnectFunction · 0.85

Calls 1

in_pcbrehash_mbufFunction · 0.85

Tested by

no test coverage detected