Searched refs:fr_off (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/bsd/net/ |
| H A D | pf_norm.c | 107 uint16_t fr_off; member 425 LIST_FIRST(&frag->fr_cache)->fr_off > in pf_free_fragment() 845 cur->fr_off = off; in pf_fragcache() 865 if (fra->fr_off > off) { in pf_fragcache() 880 h->ip_id, frp->fr_off, frp->fr_end, off, fr_max)); in pf_fragcache() 886 h->ip_id, frp->fr_off, frp->fr_end, off, fr_max)); in pf_fragcache() 898 h->ip_id, precut, frp->fr_off, frp->fr_end, off, in pf_fragcache() 948 h->ip_id, -precut, frp->fr_off, frp->fr_end, off, in pf_fragcache() 957 cur->fr_off = off; in pf_fragcache() 967 aftercut = fr_max - fra->fr_off; in pf_fragcache() [all …]
|