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
853 inp->inp_flow &= ~IPV6_FLOWLABEL_MASK; in syncache_socket()1623 sc->sc_flowlabel = htonl(sc->sc_flowlabel) & IPV6_FLOWLABEL_MASK; in syncache_add()2165 sc->sc_flowlabel = sc->sc_iss & IPV6_FLOWLABEL_MASK; in syncookie_lookup()
11204 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
164 flow = ip6->ip6_flow & IPV6_FLOWLABEL_MASK; in m_ether_tcpip_hash()
450 inp->inp_flow &= ~IPV6_FLOWLABEL_MASK; in in6_pcbconnect_mbuf()453 (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in in6_pcbconnect_mbuf()477 inp->inp_flow &= ~IPV6_FLOWLABEL_MASK; in in6_pcbdisconnect()679 flowinfo == (inp->inp_flow & IPV6_FLOWLABEL_MASK) && in in6_pcbnotify()
550 gi6->gi6_ip6.ip6_flow |= flowid & IPV6_FLOWLABEL_MASK; in in6_gre_output()
1068 (eip6->ip6_flow & IPV6_FLOWLABEL_MASK); in icmp6_notify_error()
1153 #if !defined(IPV6_FLOWLABEL_MASK)1155 # define IPV6_FLOWLABEL_MASK 0x000fffff /* flow label (20 bits) */ macro1158 # define IPV6_FLOWLABEL_MASK 0xffff0f00 /* flow label (20 bits) */ macro
2560 u_int32_t flow = ip6->ip6_flow & IPV6_FLOWLABEL_MASK; in pr_iph()