Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/
H A Dkpi_socketfilter.c257 struct socket_filter_entry **__single nextpp; in sflt_cleanup_thread() local
282 for (nextpp = &entry->sfe_socket->so_filt; in sflt_cleanup_thread()
283 *nextpp; in sflt_cleanup_thread()
284 nextpp = &(*nextpp)->sfe_next_onsocket) { in sflt_cleanup_thread()
285 if (*nextpp == entry) { in sflt_cleanup_thread()
286 *nextpp = in sflt_cleanup_thread()
294 for (nextpp = &entry->sfe_filter->sf_entry_head; in sflt_cleanup_thread()
295 *nextpp; nextpp = &(*nextpp)->sfe_next_onfilter) { in sflt_cleanup_thread()
296 if (*nextpp == entry) { in sflt_cleanup_thread()
297 *nextpp = entry->sfe_next_onfilter; in sflt_cleanup_thread()