Searched refs:fr_off (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.121.2/bsd/net/ |
| H A D | pf_norm.c | 106 uint16_t fr_off; member 424 LIST_FIRST(&frag->fr_cache)->fr_off > in pf_free_fragment() 843 cur->fr_off = off; in pf_fragcache() 863 if (fra->fr_off > off) { in pf_fragcache() 878 h->ip_id, frp->fr_off, frp->fr_end, off, fr_max)); in pf_fragcache() 884 h->ip_id, frp->fr_off, frp->fr_end, off, fr_max)); in pf_fragcache() 896 h->ip_id, precut, frp->fr_off, frp->fr_end, off, in pf_fragcache() 946 h->ip_id, -precut, frp->fr_off, frp->fr_end, off, in pf_fragcache() 955 cur->fr_off = off; in pf_fragcache() 965 aftercut = fr_max - fra->fr_off; in pf_fragcache() [all …]
|