Searched refs:IPV6_FLOWLABEL_MASK (Results 1 – 8 of 8) sorted by relevance
100 #define IPV6_FLOWLABEL_MASK 0x000fffff /* flow label (20 bits) */ macro104 #define IPV6_FLOWLABEL_MASK 0xffff0f00 /* flow label (20 bits) */ macro
970 inp->inp_flow &= ~IPV6_FLOWLABEL_MASK; in syncache_socket()1801 sc->sc_flowlabel = htonl(sc->sc_flowlabel) & IPV6_FLOWLABEL_MASK; in syncache_add()2344 htonl(sc->sc_iss) & IPV6_FLOWLABEL_MASK; in syncookie_lookup()
11109 ip6->ip6_flow |= (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in sctp_send_resp_msg()
145 flow = ip6->ip6_flow & IPV6_FLOWLABEL_MASK; in m_tcpip_hash()
477 inp->inp_flow &= ~IPV6_FLOWLABEL_MASK; in in6_pcbconnect_mbuf()480 (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in in6_pcbconnect_mbuf()508 inp->inp_flow &= ~IPV6_FLOWLABEL_MASK; in in6_pcbdisconnect()710 flowinfo == (inp->inp_flow & IPV6_FLOWLABEL_MASK) && in in6_pcbnotify()
549 gi6->gi6_ip6.ip6_flow |= flowid & IPV6_FLOWLABEL_MASK; in in6_gre_output()
1073 (eip6->ip6_flow & IPV6_FLOWLABEL_MASK); in icmp6_notify_error()
1132 #if !defined(IPV6_FLOWLABEL_MASK)1134 # define IPV6_FLOWLABEL_MASK 0x000fffff /* flow label (20 bits) */ macro1137 # define IPV6_FLOWLABEL_MASK 0xffff0f00 /* flow label (20 bits) */ macro