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

Function rip_close

freebsd/netinet/raw_ip.c:966–975  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

964}
965
966static void
967rip_close(struct socket *so)
968{
969 struct inpcb *inp;
970
971 inp = sotoinpcb(so);
972 KASSERT(inp != NULL, ("rip_close: inp == NULL"));
973
974 rip_dodisconnect(so, inp);
975}
976
977static int
978rip_disconnect(struct socket *so)

Callers

nothing calls this directly

Calls 1

rip_dodisconnectFunction · 0.85

Tested by

no test coverage detected