Home
last modified time | relevance | path

Searched refs:necp_inpcb_remove_cb (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.141.1/bsd/net/
H A Dnecp.h1386 extern void necp_inpcb_remove_cb(struct inpcb *inp);
H A Dnecp_client.c11274 necp_inpcb_remove_cb(struct inpcb *inp) in necp_inpcb_remove_cb() function
11285 necp_inpcb_remove_cb(inp); // Clear out socket registrations if not yet done in necp_inpcb_dispose()
/xnu-10063.141.1/bsd/netinet/
H A Din_pcb.c2129 necp_inpcb_remove_cb(inp); in in_pcbdispose()
/xnu-10063.141.1/bsd/kern/
H A Duipc_socket.c5427 necp_inpcb_remove_cb(inp); in sosetoptlock()