Home
last modified time | relevance | path

Searched refs:sflt_notify (Results 1 – 6 of 6) sorted by relevance

/xnu-11215.81.4/bsd/net/
H A Dkext_net.h57 extern void sflt_notify(struct socket *so, sflt_event_t event, void *param);
/xnu-11215.81.4/bsd/kern/
H A Duipc_socket2.c186 sflt_notify(so, sock_evt_connecting, NULL); in soisconnecting()
206 sflt_notify(so, sock_evt_connected, NULL); in soisconnected()
269 sflt_notify(so, sock_evt_disconnecting, NULL); in soisdisconnecting()
282 sflt_notify(so, sock_evt_disconnected, NULL); in soisdisconnected()
518 sflt_notify(so, sock_evt_cantsendmore, NULL); in socantsendmore()
527 sflt_notify(so, sock_evt_cantrecvmore, NULL); in socantrcvmore()
H A Dkpi_socketfilter.c610 sflt_notify(struct socket *so, sflt_event_t event, void *param) in sflt_notify() function
H A Duipc_socket.c1284 sflt_notify(so, sock_evt_closing, NULL); in soclose_locked()
1920 sflt_notify(so, sock_evt_disconnected, NULL); in sodisconnectlocked()
1955 sflt_notify(so, sock_evt_disconnected, NULL); in sodisconnectxlocked()
4469 sflt_notify(so, sock_evt_shutdown, &how); in soshutdownlock_final()
4567 sflt_notify(so, sock_evt_flush_read, NULL); in sorflush()
/xnu-11215.81.4/bsd/netinet6/
H A Din6_pcb.c606 sflt_notify(so, sock_evt_bound, NULL); in in6_pcbbind()
/xnu-11215.81.4/bsd/netinet/
H A Din_pcb.c1378 sflt_notify(so, sock_evt_bound, NULL); in in_pcbbind()