Searched refs:IPV6_FLOWLABEL_MASK (Results 1 – 8 of 8) sorted by relevance
103 #define IPV6_FLOWLABEL_MASK 0x000fffff /* flow label (20 bits) */ macro107 #define IPV6_FLOWLABEL_MASK 0xffff0f00 /* flow label (20 bits) */ macro
555 ip6->ip6_flow &= ~IPV6_FLOWLABEL_MASK; in tcp_template()557 (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in tcp_template()815 (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in tcp_respond()
96 #define IPV6_FLOWLABEL_MASK ((uint32_t)htonl(0x000fffff)) /* flow label (20 bits) */ macro
539 in6p_flowinfo(inp) &= ~IPV6_FLOWLABEL_MASK; in in6pcb_connect()542 (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in in6pcb_connect()556 in6p_flowinfo(inp) &= ~IPV6_FLOWLABEL_MASK; in in6pcb_disconnect()726 flowinfo == (in6p_flowinfo(inp) & IPV6_FLOWLABEL_MASK) && in in6pcb_notify()
1090 (eip6->ip6_flow & IPV6_FLOWLABEL_MASK); in icmp6_notify_error()
140 flowlabel = ip6->ip6_flow & IPV6_FLOWLABEL_MASK; in agrether_hashmbuf()
1413 #if !defined(IPV6_FLOWLABEL_MASK)1415 # define IPV6_FLOWLABEL_MASK 0x000fffff /* flow label (20 bits) */ macro1418 # define IPV6_FLOWLABEL_MASK 0xffff0f00 /* flow label (20 bits) */ macro
2282 u_int32_t flow = ip6->ip6_flow & IPV6_FLOWLABEL_MASK; in pr_iph()