Home
last modified time | relevance | path

Searched refs:pru_detach (Results 1 – 18 of 18) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket.c77 .pru_detach = ng_btsocket_hci_raw_detach,
96 .pru_detach = ng_btsocket_l2cap_raw_detach,
116 .pru_detach = ng_btsocket_l2cap_detach,
137 .pru_detach = ng_btsocket_rfcomm_detach,
158 .pru_detach = ng_btsocket_sco_detach,
/f-stack/freebsd/netipsec/
H A Dkeysock.c365 raw_usrreqs.pru_detach(so); in key_detach()
424 .pru_detach = key_detach,
/f-stack/freebsd/net/
H A Draw_usrreq.c270 .pru_detach = raw_udetach,
H A Drtsock.c387 raw_usrreqs.pru_detach(so); in rts_detach()
438 .pru_detach = rts_detach,
/f-stack/freebsd/netinet6/
H A Dsend.c308 .pru_detach = send_close
H A Draw_ip6.c920 .pru_detach = rip6_detach,
H A Dsctp6_usrreq.c1167 .pru_detach = sctp6_close,
H A Dudp6_usrreq.c1355 .pru_detach = udp6_detach,
/f-stack/tools/compat/include/sys/
H A Dprotosw.h197 void (*pru_detach)(struct socket *so); member
/f-stack/freebsd/sys/
H A Dprotosw.h199 void (*pru_detach)(struct socket *so); member
/f-stack/freebsd/netgraph/
H A Dng_socket.c1136 .pru_detach = ngc_detach,
1150 .pru_detach = ngd_detach,
/f-stack/freebsd/netinet/
H A Dip_divert.c754 .pru_detach = div_detach,
H A Draw_ip.c1176 .pru_detach = rip_detach,
H A Dtcp_usrreq.c1536 .pru_detach = tcp_usr_detach,
1563 .pru_detach = tcp_usr_detach,
H A Dudp_usrreq.c1768 .pru_detach = udp_detach,
H A Dsctp_usrreq.c7540 .pru_detach = sctp_close,
/f-stack/freebsd/kern/
H A Duipc_usrreq.c1323 .pru_detach = uipc_detach,
1345 .pru_detach = uipc_detach,
1367 .pru_detach = uipc_detach,
H A Duipc_socket.c1141 if (pr->pr_usrreqs->pru_detach != NULL)
1142 (*pr->pr_usrreqs->pru_detach)(so);