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

  /src/sys/dist/pf/net/
pf_norm.c 102 #define fr_queue fr_u.fru_queue macro
282 for (frent = LIST_FIRST(&frag->fr_queue); frent;
283 frent = LIST_FIRST(&frag->fr_queue)) {
393 LIST_INIT(&(*frag)->fr_queue);
407 LIST_FOREACH(frea, &(*frag)->fr_queue, fr_next) {
469 LIST_INSERT_HEAD(&(*frag)->fr_queue, frent, fr_next);
479 for (frep = LIST_FIRST(&(*frag)->fr_queue); frep; frep = next) {
497 frent = LIST_FIRST(&(*frag)->fr_queue);
pf_norm.c 102 #define fr_queue fr_u.fru_queue macro
282 for (frent = LIST_FIRST(&frag->fr_queue); frent;
283 frent = LIST_FIRST(&frag->fr_queue)) {
393 LIST_INIT(&(*frag)->fr_queue);
407 LIST_FOREACH(frea, &(*frag)->fr_queue, fr_next) {
469 LIST_INSERT_HEAD(&(*frag)->fr_queue, frent, fr_next);
479 for (frep = LIST_FIRST(&(*frag)->fr_queue); frep; frep = next) {
497 frent = LIST_FIRST(&(*frag)->fr_queue);

Completed in 25 milliseconds