Searched refs:nextpp (Results 1 – 1 of 1) sorted by relevance
255 struct socket_filter_entry **nextpp; in sflt_cleanup_thread() local280 for (nextpp = &entry->sfe_socket->so_filt; in sflt_cleanup_thread()281 *nextpp; in sflt_cleanup_thread()282 nextpp = &(*nextpp)->sfe_next_onsocket) { in sflt_cleanup_thread()283 if (*nextpp == entry) { in sflt_cleanup_thread()284 *nextpp = in sflt_cleanup_thread()292 for (nextpp = &entry->sfe_filter->sf_entry_head; in sflt_cleanup_thread()293 *nextpp; nextpp = &(*nextpp)->sfe_next_onfilter) { in sflt_cleanup_thread()294 if (*nextpp == entry) { in sflt_cleanup_thread()295 *nextpp = entry->sfe_next_onfilter; in sflt_cleanup_thread()