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

/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c101 int fr_ip6f_hlen; member in struct:pf_frent
1014 fr_max = off + plen - (frent->fr_ip6f_hlen - sizeof *ip6);
1016 DPFPRINTF(("%p IPv6 frag plen %u off %u fr_ip6f_hlen %u fr_max %u m_len %u\n", m,
1017 plen, off, frent->fr_ip6f_hlen, fr_max, m->m_len));
1020 m->m_data += frent->fr_ip6f_hlen;
1021 m->m_len -= frent->fr_ip6f_hlen;
1064 FR_IP6_OFF(frep) + FR_IP6_PLEN(frep) - frep->fr_ip6f_hlen > off)
1069 frep->fr_ip6f_hlen - off;
1088 if (aftercut < FR_IP6_PLEN(frea) - frea->fr_ip6f_hlen) {
1127 off += FR_IP6_PLEN(frep) - (frent->fr_ip6f_hlen
[all...]

Completed in 16 milliseconds