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

Function sctp6_close

freebsd/netinet6/sctp6_usrreq.c:655–659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

653}
654
655static void
656sctp6_close(struct socket *so)
657{
658 sctp_close(so);
659}
660
661/* This could be made common with sctp_detach() since they are identical */
662

Callers

nothing calls this directly

Calls 1

sctp_closeFunction · 0.85

Tested by

no test coverage detected