Searched refs:pru_detach (Results 1 – 18 of 18) sorted by relevance
| /f-stack/freebsd/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket.c | 77 .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 D | keysock.c | 365 raw_usrreqs.pru_detach(so); in key_detach() 424 .pru_detach = key_detach,
|
| /f-stack/freebsd/net/ |
| H A D | raw_usrreq.c | 270 .pru_detach = raw_udetach,
|
| H A D | rtsock.c | 387 raw_usrreqs.pru_detach(so); in rts_detach() 438 .pru_detach = rts_detach,
|
| /f-stack/freebsd/netinet6/ |
| H A D | send.c | 308 .pru_detach = send_close
|
| H A D | raw_ip6.c | 920 .pru_detach = rip6_detach,
|
| H A D | sctp6_usrreq.c | 1167 .pru_detach = sctp6_close,
|
| H A D | udp6_usrreq.c | 1355 .pru_detach = udp6_detach,
|
| /f-stack/tools/compat/include/sys/ |
| H A D | protosw.h | 197 void (*pru_detach)(struct socket *so); member
|
| /f-stack/freebsd/sys/ |
| H A D | protosw.h | 199 void (*pru_detach)(struct socket *so); member
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_socket.c | 1136 .pru_detach = ngc_detach, 1150 .pru_detach = ngd_detach,
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_divert.c | 754 .pru_detach = div_detach,
|
| H A D | raw_ip.c | 1176 .pru_detach = rip_detach,
|
| H A D | tcp_usrreq.c | 1536 .pru_detach = tcp_usr_detach, 1563 .pru_detach = tcp_usr_detach,
|
| H A D | udp_usrreq.c | 1768 .pru_detach = udp_detach,
|
| H A D | sctp_usrreq.c | 7540 .pru_detach = sctp_close,
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_usrreq.c | 1323 .pru_detach = uipc_detach, 1345 .pru_detach = uipc_detach, 1367 .pru_detach = uipc_detach,
|
| H A D | uipc_socket.c | 1141 if (pr->pr_usrreqs->pru_detach != NULL) 1142 (*pr->pr_usrreqs->pru_detach)(so);
|