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

/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_socketfilter.c229 for (nextpp = &entry->sfe_socket->so_filt; *nextpp;
272 for (entry = so->so_filt; entry; entry = entry->sfe_next_onfilter)
296 entry->sfe_next_onsocket = so->so_filt;
297 so->so_filt = entry;
427 while ((entry = so->so_filt) != NULL) {
429 so->so_filt = entry->sfe_next_onsocket;
471 if (so->so_filt == NULL) return;
477 for (entry = so->so_filt; entry; entry = entry->sfe_next_onsocket) {
532 if (so->so_filt == NULL) return 0;
539 for (entry = so->so_filt; entr
[all...]
H A Dkpi_socket.c130 if (new_so->so_filt != NULL) {
H A Duipc_syscalls.c463 if (so->so_filt != NULL && (error = soacceptfilter(so)) != 0) {
/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h231 struct socket_filter_entry *so_filt; /* NKE hook */ member in struct:socket
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_input.c1805 if (so->so_filt) {
1834 if (so->so_filt)

Completed in 96 milliseconds