Searched refs:sfe_next_onsocket (Results 1 – 1 of 1) sorted by relevance
75 struct socket_filter_entry *sfe_next_onsocket; member289 nextpp = &(*nextpp)->sfe_next_onsocket) { in sflt_cleanup_thread()292 entry->sfe_next_onsocket; in sflt_cleanup_thread()359 entry->sfe_next_onsocket = so->so_filt; in sflt_attach_locked()527 so->so_filt = entry->sfe_next_onsocket; in sflt_termsock()577 for (entry = so->so_filt; entry; entry = entry->sfe_next_onsocket) { in sflt_notify_internal()640 entry = entry->sfe_next_onsocket) { in sflt_ioctl()690 entry = entry->sfe_next_onsocket) { in sflt_bind()740 entry = entry->sfe_next_onsocket) { in sflt_listen()791 entry = entry->sfe_next_onsocket) { in sflt_accept()[all …]