Home
last modified time | relevance | path

Searched refs:IP6F_RESERVED_MASK (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet/
H A Dip6.h240 #define IP6F_RESERVED_MASK 0x0006 /* reserved bits in ip6f_offlg */ macro
244 #define IP6F_RESERVED_MASK 0x0600 /* reserved bits in ip6f_offlg */ macro
/f-stack/freebsd/netinet6/
H A Din6_rss.c279 if ((ip6f->ip6f_offlg & ~IP6F_RESERVED_MASK) == 0) { in rss_mbuf_software_hash_v6()
H A Dfrag6.c438 if ((ip6f->ip6f_offlg & ~IP6F_RESERVED_MASK) == 0) { in frag6_input()