Searched refs:IPV6_FLOWLABEL_MASK (Results 1 – 10 of 10) sorted by relevance
100 #define IPV6_FLOWLABEL_MASK 0x000fffff /* flow label (20 bits) */ macro104 #define IPV6_FLOWLABEL_MASK 0xffff0f00 /* flow label (20 bits) */ macro
915 inp->inp_flow &= ~IPV6_FLOWLABEL_MASK; in syncache_socket()1759 sc->sc_flowlabel = htonl(sc->sc_flowlabel) & IPV6_FLOWLABEL_MASK; in syncache_add()2347 htonl(sc->sc_iss) & IPV6_FLOWLABEL_MASK; in syncookie_lookup()
11137 ip6->ip6_flow |= (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in sctp_send_resp_msg()
100 #define IPV6_FLOWLABEL_MASK ((uint32_t)htonl(0x000fffff)) /* flow label (20 bits) */ macro
145 flow = ip6->ip6_flow & IPV6_FLOWLABEL_MASK; in m_tcpip_hash()
475 inp->inp_flow &= ~IPV6_FLOWLABEL_MASK; in in6_pcbconnect_mbuf()478 (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in in6_pcbconnect_mbuf()506 inp->inp_flow &= ~IPV6_FLOWLABEL_MASK; in in6_pcbdisconnect()708 flowinfo == (inp->inp_flow & IPV6_FLOWLABEL_MASK) && in in6_pcbnotify()
549 gi6->gi6_ip6.ip6_flow |= flowid & IPV6_FLOWLABEL_MASK; in in6_gre_output()
1076 (eip6->ip6_flow & IPV6_FLOWLABEL_MASK); in icmp6_notify_error()
1120 #if !defined(IPV6_FLOWLABEL_MASK)1122 # define IPV6_FLOWLABEL_MASK 0x000fffff /* flow label (20 bits) */ macro1125 # define IPV6_FLOWLABEL_MASK 0xffff0f00 /* flow label (20 bits) */ macro
2603 u_int32_t flow = ip6->ip6_flow & IPV6_FLOWLABEL_MASK; in pr_iph()