Home
last modified time | relevance | path

Searched refs:so_filt (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.140.41/bsd/kern/
H A Dkpi_socketfilter.c287 for (nextpp = &entry->sfe_socket->so_filt; in sflt_cleanup_thread()
337 for (entry = so->so_filt; entry; entry = entry->sfe_next_onfilter) { in sflt_attach_locked()
359 entry->sfe_next_onsocket = so->so_filt; in sflt_attach_locked()
360 so->so_filt = entry; in sflt_attach_locked()
517 if (so->so_filt == NULL) { in sflt_termsock()
525 while ((entry = so->so_filt) != NULL) { in sflt_termsock()
527 so->so_filt = entry->sfe_next_onsocket; in sflt_termsock()
569 if (so->so_filt == NULL) { in sflt_notify_internal()
577 for (entry = so->so_filt; entry; entry = entry->sfe_next_onsocket) { in sflt_notify_internal()
630 if (so->so_filt == NULL || sflt_permission_check(sotoinpcb(so))) { in sflt_ioctl()
[all …]
H A Dkpi_socket.c155 if (new_so->so_filt != NULL) { in sock_accept_common()
H A Duipc_syscalls.c551 if (so->so_filt != NULL && (error = soacceptfilter(so, head)) != 0) { in accept_nocancel()
/xnu-8020.140.41/bsd/sys/
H A Dsocketvar.h223 struct socket_filter_entry *so_filt; /* NKE hook */ member
/xnu-8020.140.41/bsd/netinet/
H A Dtcp_input.c2501 if (so->so_filt || check_cfil) { in tcp_input()
2537 if (so->so_filt) { in tcp_input()
2545 if (so->so_filt) { in tcp_input()