Searched refs:nextpp (Results 1 – 1 of 1) sorted by relevance
263 struct socket_filter_entry **nextpp; in sflt_cleanup_thread() local288 for (nextpp = &entry->sfe_socket->so_filt; in sflt_cleanup_thread()289 *nextpp; in sflt_cleanup_thread()290 nextpp = &(*nextpp)->sfe_next_onsocket) { in sflt_cleanup_thread()291 if (*nextpp == entry) { in sflt_cleanup_thread()292 *nextpp = in sflt_cleanup_thread()300 for (nextpp = &entry->sfe_filter->sf_entry_head; in sflt_cleanup_thread()301 *nextpp; nextpp = &(*nextpp)->sfe_next_onfilter) { in sflt_cleanup_thread()302 if (*nextpp == entry) { in sflt_cleanup_thread()303 *nextpp = entry->sfe_next_onfilter; in sflt_cleanup_thread()