Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2871
void
2872
in_pcbrehash(struct inpcb *inp)
2873
{
2874
2875
in_pcbrehash_mbuf(inp, NULL);
2876
}
2877
2878
/*
2879
* Remove PCB from various lists.
Callers
3
in_pcbdisconnect
Function · 0.85
tcp_connect
Function · 0.85
in6_pcbdisconnect
Function · 0.85
Calls
1
in_pcbrehash_mbuf
Function · 0.85
Tested by
no test coverage detected