Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp.h1463 extern void necp_inpcb_remove_cb(struct inpcb *inp);
H A Dnecp_client.c12419 necp_inpcb_remove_cb(struct inpcb *inp) in necp_inpcb_remove_cb() function
12432 necp_inpcb_remove_cb(inp); // Clear out socket registrations if not yet done in necp_inpcb_dispose()
/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.c2120 necp_inpcb_remove_cb(inp); in in_pcbdispose()
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket.c5365 necp_inpcb_remove_cb(inp); in sosetoptlock()