Searched refs:fra (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c701 struct pf_frcache *frp, *fra, *cur = NULL; local
756 LIST_FOREACH(fra, &(*frag)->fr_cache, fr_next) {
757 if (fra->fr_off > off)
759 frp = fra;
762 VERIFY(frp != NULL || fra != NULL);
851 if (fra != NULL) {
855 aftercut = fr_max - fra->fr_off;
859 h->ip_id, off, fr_max, fra->fr_off, fra->fr_end));
860 fra
1207 struct pf_frcache *frp, *fra, *cur = NULL; local
[all...]

Completed in 19 milliseconds