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

/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c996 #define FR_IP6_OFF(fr) \ macro
1012 off = FR_IP6_OFF(frent);
1056 if (FR_IP6_OFF(frea) > off)
1064 FR_IP6_OFF(frep) + FR_IP6_PLEN(frep) - frep->fr_ip6f_hlen > off)
1068 precut = FR_IP6_OFF(frep) + FR_IP6_PLEN(frep) -
1078 off = FR_IP6_OFF(frent);
1083 for (; frea != NULL && plen + off > FR_IP6_OFF(frea); frea = next) {
1086 aftercut = plen + off - FR_IP6_OFF(frea);
1129 off, next == NULL ? -1 : FR_IP6_OFF(next),
1132 (next == NULL || FR_IP6_OFF(nex
[all...]

Completed in 19 milliseconds