Searched refs:sfe_next_onsocket (Results 1 – 1 of 1) sorted by relevance
77 struct socket_filter_entry *sfe_next_onsocket; member284 nextpp = &(*nextpp)->sfe_next_onsocket) { in sflt_cleanup_thread()287 entry->sfe_next_onsocket; in sflt_cleanup_thread()354 entry->sfe_next_onsocket = so->so_filt; in sflt_attach_locked()522 so->so_filt = entry->sfe_next_onsocket; in sflt_termsock()572 for (entry = so->so_filt; entry; entry = entry->sfe_next_onsocket) { in sflt_notify_internal()635 entry = entry->sfe_next_onsocket) { in sflt_ioctl()685 entry = entry->sfe_next_onsocket) { in sflt_bind()735 entry = entry->sfe_next_onsocket) { in sflt_listen()786 entry = entry->sfe_next_onsocket) { in sflt_accept()[all …]