Searched refs:sfe_next_onsocket (Results 1 – 1 of 1) sorted by relevance
75 struct socket_filter_entry *sfe_next_onsocket; member282 nextpp = &(*nextpp)->sfe_next_onsocket) { in sflt_cleanup_thread()285 entry->sfe_next_onsocket; in sflt_cleanup_thread()352 entry->sfe_next_onsocket = so->so_filt; in sflt_attach_locked()520 so->so_filt = entry->sfe_next_onsocket; in sflt_termsock()570 for (entry = so->so_filt; entry; entry = entry->sfe_next_onsocket) { in sflt_notify_internal()633 entry = entry->sfe_next_onsocket) { in sflt_ioctl()683 entry = entry->sfe_next_onsocket) { in sflt_bind()733 entry = entry->sfe_next_onsocket) { in sflt_listen()784 entry = entry->sfe_next_onsocket) { in sflt_accept()[all …]