Searched refs:IP6F_OFF_MASK (Results 1 – 8 of 8) sorted by relevance
48 GET_BE_U_2(dp->ip6f_offlg) & IP6F_OFF_MASK, in frag6_print()53 GET_BE_U_2(dp->ip6f_offlg) & IP6F_OFF_MASK, in frag6_print()59 if ((GET_BE_U_2(dp->ip6f_offlg) & IP6F_OFF_MASK) != 0) in frag6_print()
208 #define IP6F_OFF_MASK 0xfff8 /* mask out offset from ip6f_offlg */ macro
1382 if ((GET_BE_U_2(fragh->ip6f_offlg) & IP6F_OFF_MASK) != 0) in get_upperlayer()
72 #define IP6F_OFF_MASK 0xfff8 macro76 #define IP6F_OFF_MASK 0xf8ff macro
122 if (frag_hdr_len && frag_hdr->ip6f_offlg & IP6F_OFF_MASK) { in ipv4_packet()
154 if (frag_hdr && (frag_hdr->ip6f_offlg & IP6F_OFF_MASK)) { in ipv6_packet()
199 (frag->ip6f_offlg & (IP6F_OFF_MASK | IP6F_MORE_FRAG)); in is_ipv6_fragment()207 return ntohs((frag->ip6f_offlg & IP6F_OFF_MASK) >> 3); in ipv6_fragment_offset()
209 uint16_t frag_off = (ntohs(frag_hdr->ip6f_offlg & IP6F_OFF_MASK) >> 3); in parse_frag_header()