Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ in_pcbinshash
Function
in_pcbinshash
freebsd/netinet/in_pcb.c:2817–2822 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2815
}
2816
2817
int
2818
in_pcbinshash(struct inpcb *inp)
2819
{
2820
2821
return (in_pcbinshash_internal(inp, NULL));
2822
}
2823
2824
int
2825
in_pcbinshash_mbuf(struct inpcb *inp, struct mbuf *m)
Callers
6
udp_output
Function · 0.85
in_pcb.c
File · 0.85
in_pcbconnect_mbuf
Function · 0.85
tcp_connect
Function · 0.85
in6_pcbbind
Function · 0.85
in6_pcbsetport
Function · 0.85
Calls
1
in_pcbinshash_internal
Function · 0.85
Tested by
no test coverage detected