Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnecp.h1221 extern void necp_inpcb_remove_cb(struct inpcb *inp);
H A Dnecp_client.c10262 necp_inpcb_remove_cb(struct inpcb *inp) in necp_inpcb_remove_cb() function
10273 necp_inpcb_remove_cb(inp); // Clear out socket registrations if not yet done in necp_inpcb_dispose()
/xnu-8019.80.24/bsd/netinet/
H A Din_pcb.c2001 necp_inpcb_remove_cb(inp); in in_pcbdispose()
/xnu-8019.80.24/bsd/kern/
H A Duipc_socket.c5639 necp_inpcb_remove_cb(inp); in sosetoptlock()