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

Function in_pcbinshash_mbuf

freebsd/netinet/in_pcb.c:2824–2829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2822}
2823
2824int
2825in_pcbinshash_mbuf(struct inpcb *inp, struct mbuf *m)
2826{
2827
2828 return (in_pcbinshash_internal(inp, m));
2829}
2830
2831/*
2832 * Move PCB to the proper hash bucket when { faddr, fport } have been

Callers 2

in_pcbconnect_mbufFunction · 0.85
in6_pcbconnect_mbufFunction · 0.85

Calls 1

in_pcbinshash_internalFunction · 0.85

Tested by

no test coverage detected