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

Function rip_abort

freebsd/netinet/raw_ip.c:955–964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

953}
954
955static void
956rip_abort(struct socket *so)
957{
958 struct inpcb *inp;
959
960 inp = sotoinpcb(so);
961 KASSERT(inp != NULL, ("rip_abort: inp == NULL"));
962
963 rip_dodisconnect(so, inp);
964}
965
966static void
967rip_close(struct socket *so)

Callers

nothing calls this directly

Calls 1

rip_dodisconnectFunction · 0.85

Tested by

no test coverage detected