Searched refs:udp6_detach (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/netinet6/
H A Dudp6_usrreq.c131 static void udp6_detach(struct socket *so);
1175 udp6_detach(struct socket *so) function
1183 KASSERT(inp != NULL, ("udp6_detach: inp == NULL"));
1319 .pru_detach = udp6_detach,

Completed in 108 milliseconds