Searched refs:IP6F_OFF_MASK (Results 1 – 9 of 9) sorted by relevance
287 #define IP6F_OFF_MASK 0xfff8 /* mask out offset from _offlg */ macro291 #define IP6F_OFF_MASK 0xf8ff /* mask out offset from _offlg */ macro
308 if ((ip6f->ip6f_offlg & IP6F_OFF_MASK) != 0) { in flow_pkt_classify()
1112 (ntohs((fr)->fr_ip6f_opt.ip6f_offlg & IP6F_OFF_MASK))1488 off = ntohs(fh->ip6f_offlg & IP6F_OFF_MASK); in pf_frag6cache()1633 fh->ip6f_offlg &= ~IP6F_OFF_MASK; in pf_frag6cache()1635 htons(ntohs(fh->ip6f_offlg & IP6F_OFF_MASK) in pf_frag6cache()2441 fragoff = ntohs(frag.ip6f_offlg & IP6F_OFF_MASK); in pf_normalize_ip6()
664 ip_frag_off = (ntohs(frag6.ip6f_offlg & IP6F_OFF_MASK)) >> 3; in nat464_translate_64()
1667 if ((ip6_frag.ip6f_offlg & IP6F_OFF_MASK) != 0) { in if_ports_used_match_mbuf()
526 fragoff = ntohs(ip6f->ip6f_offlg & IP6F_OFF_MASK); in frag6_input()
2235 if (fh.ip6f_offlg & IP6F_OFF_MASK) { in ip6_nexthdr()
1111 if (fh->ip6f_offlg & IP6F_OFF_MASK) { in icmp6_notify_error()
358 fragoff = ntohs(ip6f->ip6f_offlg & IP6F_OFF_MASK); in fsw_ip_frag_reass_v6()