Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/sys/
H A Dprotosw.h474 int (*pru_detach)(struct socket *so); member
521 int (*pru_detach)(struct socket *); member
/xnu-10063.101.15/bsd/net/
H A Draw_usrreq.c376 .pru_detach = raw_udetach,
H A Dndrv.c1096 .pru_detach = ndrv_detach,
H A Drtsock.c254 return raw_usrreqs.pru_detach(so); in rts_detach()
300 .pru_detach = rts_detach,
/xnu-10063.101.15/bsd/netkey/
H A Dkeysock.c535 .pru_detach = key_detach,
/xnu-10063.101.15/bsd/kern/
H A Duipc_domain.c497 pru->pru_detach = opru->pru_detach; in net_add_proto_old()
H A Dvsock_domain.c1402 .pru_detach = vsock_detach,
H A Dkern_control.c171 .pru_detach = ctl_detach,
H A Duipc_usrreq.c795 .pru_detach = uipc_detach,
H A Duipc_socket2.c2220 DEFAULT(pru->pru_detach, pru_detach_notsupp); in pru_sanitize()
H A Duipc_socket.c1473 int error2 = (*so->so_proto->pr_usrreqs->pru_detach)(so); in soclose_locked()
H A Dkern_event.c8227 .pru_detach = kev_detach,
/xnu-10063.101.15/bsd/netinet6/
H A Draw_ip6.c1251 .pru_detach = rip6_detach,
1267 .pru_detach = rip6_detach,
H A Dudp6_usrreq.c189 .pru_detach = udp6_detach,
/xnu-10063.101.15/bsd/netinet/
H A Dip_icmp.c1116 .pru_detach = rip_detach,
H A Draw_ip.c1433 .pru_detach = rip_detach,
H A Dtcp_usrreq.c1417 .pru_detach = tcp_usr_detach,
1440 .pru_detach = tcp_usr_detach,
H A Dmptcp_usrreq.c89 .pru_detach = mptcp_usr_detach,
H A Dudp_usrreq.c226 .pru_detach = udp_detach,
/xnu-10063.101.15/tools/lldbmacros/
H A Dnet.py2062 out_string += GetSourceInformationForAddress(pru.pru_detach) + "\n"