Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dnecp.h1439 extern void necp_inpcb_remove_cb(struct inpcb *inp);
H A Dnecp_client.c11468 necp_inpcb_remove_cb(struct inpcb *inp) in necp_inpcb_remove_cb() function
11481 necp_inpcb_remove_cb(inp); // Clear out socket registrations if not yet done in necp_inpcb_dispose()
/xnu-11417.140.69/bsd/netinet/
H A Din_pcb.c2161 necp_inpcb_remove_cb(inp); in in_pcbdispose()
/xnu-11417.140.69/bsd/kern/
H A Duipc_socket.c5511 necp_inpcb_remove_cb(inp); in sosetoptlock()