Home | History | Annotate | Download | only in net

Lines Matching defs:frep

363 	struct pf_frent	*frep = NULL;
399 frep = NULL;
410 frep = frea;
413 KASSERT(frep != NULL || frea != NULL);
415 if (frep != NULL &&
416 FR_IP_OFF(frep) + ntohs(frep->fr_ip->ip_len) - frep->fr_ip->ip_hl *
421 precut = FR_IP_OFF(frep) + ntohs(frep->fr_ip->ip_len) -
422 frep->fr_ip->ip_hl * 4 - off;
468 if (frep == NULL)
471 LIST_INSERT_AFTER(frep, frent, fr_next);
479 for (frep = LIST_FIRST(&(*frag)->fr_queue); frep; frep = next) {
480 next = LIST_NEXT(frep, fr_next);
482 off += ntohs(frep->fr_ip->ip_len) - frep->fr_ip->ip_hl * 4;