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

Function rip_delhash

freebsd/netinet/raw_ip.c:178–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178static void
179rip_delhash(struct inpcb *inp)
180{
181
182 INP_INFO_WLOCK_ASSERT(inp->inp_pcbinfo);
183 INP_WLOCK_ASSERT(inp);
184
185 CK_LIST_REMOVE(inp, inp_hash);
186}
187#endif /* INET */
188
189/*

Callers 4

rip_detachFunction · 0.85
rip_dodisconnectFunction · 0.85
rip_bindFunction · 0.85
rip_connectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected