Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dprotosw.h475 int (*pru_detach)(struct socket *so); member
523 int (*pru_detach)(struct socket *); member
/xnu-12377.41.6/bsd/net/
H A Draw_usrreq.c378 .pru_detach = raw_udetach,
H A Dndrv.c1132 .pru_detach = ndrv_detach,
H A Drtsock.c251 return raw_usrreqs.pru_detach(so); in rts_detach()
297 .pru_detach = rts_detach,
/xnu-12377.41.6/bsd/netkey/
H A Dkeysock.c536 .pru_detach = key_detach,
/xnu-12377.41.6/bsd/kern/
H A Duipc_domain.c499 pru->pru_detach = opru->pru_detach; in net_add_proto_old()
H A Dvsock_domain.c1495 .pru_detach = vsock_detach,
H A Dkern_control.c176 .pru_detach = ctl_detach,
H A Duipc_usrreq.c813 .pru_detach = uipc_detach,
H A Duipc_socket2.c2254 DEFAULT(pru->pru_detach, pru_detach_notsupp); in pru_sanitize()
H A Duipc_socket.c1307 int error2 = (*so->so_proto->pr_usrreqs->pru_detach)(so); in soclose_locked()
H A Dkern_event.c8615 .pru_detach = kev_detach,
/xnu-12377.41.6/bsd/netinet6/
H A Draw_ip6.c1273 .pru_detach = rip6_detach,
1289 .pru_detach = rip6_detach,
H A Dudp6_usrreq.c190 .pru_detach = udp6_detach,
/xnu-12377.41.6/bsd/netinet/
H A Dip_icmp.c1120 .pru_detach = rip_detach,
H A Draw_ip.c1447 .pru_detach = rip_detach,
H A Dtcp_usrreq.c1420 .pru_detach = tcp_usr_detach,
1443 .pru_detach = tcp_usr_detach,
H A Dmptcp_usrreq.c90 .pru_detach = mptcp_usr_detach,
H A Dudp_usrreq.c228 .pru_detach = udp_detach,
/xnu-12377.41.6/tools/lldbmacros/
H A Dnet.py2019 out_string += GetSourceInformationForAddress(pru.pru_detach) + "\n"