HomeSort by: relevance | last modified time | path
    Searched defs:oldlist (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net/
pfil.c 187 pfil_list_t *newlist, *oldlist; local in function:pfil_list_add
201 oldlist = &phlistset->lists[0];
204 oldlist = &phlistset->lists[1];
210 pfh = &oldlist->hooks[i];
218 memcpy(newlist, oldlist, sizeof(pfil_list_t));
239 /* switch from oldlist to newlist */
248 psref_target_destroy(&oldlist->psref, pfil_psref_class);
319 pfil_list_t *oldlist, *newlist; local in function:pfil_list_remove
325 oldlist = &phlistset->lists[0];
328 oldlist = &phlistset->lists[1]
    [all...]
pfil.c 187 pfil_list_t *newlist, *oldlist; local in function:pfil_list_add
201 oldlist = &phlistset->lists[0];
204 oldlist = &phlistset->lists[1];
210 pfh = &oldlist->hooks[i];
218 memcpy(newlist, oldlist, sizeof(pfil_list_t));
239 /* switch from oldlist to newlist */
248 psref_target_destroy(&oldlist->psref, pfil_psref_class);
319 pfil_list_t *oldlist, *newlist; local in function:pfil_list_remove
325 oldlist = &phlistset->lists[0];
328 oldlist = &phlistset->lists[1]
    [all...]
pfil.c 187 pfil_list_t *newlist, *oldlist; local in function:pfil_list_add
201 oldlist = &phlistset->lists[0];
204 oldlist = &phlistset->lists[1];
210 pfh = &oldlist->hooks[i];
218 memcpy(newlist, oldlist, sizeof(pfil_list_t));
239 /* switch from oldlist to newlist */
248 psref_target_destroy(&oldlist->psref, pfil_psref_class);
319 pfil_list_t *oldlist, *newlist; local in function:pfil_list_remove
325 oldlist = &phlistset->lists[0];
328 oldlist = &phlistset->lists[1]
    [all...]

Completed in 35 milliseconds