Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dnecp.h1325 extern void necp_inpcb_remove_cb(struct inpcb *inp);
H A Dnecp_client.c10836 necp_inpcb_remove_cb(struct inpcb *inp) in necp_inpcb_remove_cb() function
10847 necp_inpcb_remove_cb(inp); // Clear out socket registrations if not yet done in necp_inpcb_dispose()
/xnu-8792.41.9/bsd/netinet/
H A Din_pcb.c2007 necp_inpcb_remove_cb(inp); in in_pcbdispose()
/xnu-8792.41.9/bsd/kern/
H A Duipc_socket.c5663 necp_inpcb_remove_cb(inp); in sosetoptlock()