Searched refs:so_filt (Results 1 – 5 of 5) sorted by relevance
287 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 …]
155 if (new_so->so_filt != NULL) { in sock_accept_common()
551 if (so->so_filt != NULL && (error = soacceptfilter(so, head)) != 0) { in accept_nocancel()
223 struct socket_filter_entry *so_filt; /* NKE hook */ member
2501 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()