MCPcopy 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
2817int
2818in_pcbinshash(struct inpcb *inp)
2819{
2820
2821 return (in_pcbinshash_internal(inp, NULL));
2822}
2823
2824int
2825in_pcbinshash_mbuf(struct inpcb *inp, struct mbuf *m)

Callers 6

udp_outputFunction · 0.85
in_pcb.cFile · 0.85
in_pcbconnect_mbufFunction · 0.85
tcp_connectFunction · 0.85
in6_pcbbindFunction · 0.85
in6_pcbsetportFunction · 0.85

Calls 1

in_pcbinshash_internalFunction · 0.85

Tested by

no test coverage detected