Home
last modified time | relevance | path

Searched refs:nextpp (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/kern/ !
H A Dkpi_socketfilter.c262 struct socket_filter_entry **nextpp; in sflt_cleanup_thread() local
287 for (nextpp = &entry->sfe_socket->so_filt; in sflt_cleanup_thread()
288 *nextpp; in sflt_cleanup_thread()
289 nextpp = &(*nextpp)->sfe_next_onsocket) { in sflt_cleanup_thread()
290 if (*nextpp == entry) { in sflt_cleanup_thread()
291 *nextpp = in sflt_cleanup_thread()
299 for (nextpp = &entry->sfe_filter->sf_entry_head; in sflt_cleanup_thread()
300 *nextpp; nextpp = &(*nextpp)->sfe_next_onfilter) { in sflt_cleanup_thread()
301 if (*nextpp == entry) { in sflt_cleanup_thread()
302 *nextpp = entry->sfe_next_onfilter; in sflt_cleanup_thread()