Searched refs:IPV6_FLOWLABEL_MASK (Results 1 – 11 of 11) sorted by relevance
99 #define IPV6_FLOWLABEL_MASK 0x000fffff /* flow label (20 bits) */ macro104 #define IPV6_FLOWLABEL_MASK 0xffff0f00 /* flow label (20 bits) */ macro
890 inp->inp_flow &= ~IPV6_FLOWLABEL_MASK; in syncache_socket()1736 sc->sc_flowlabel = htonl(sc->sc_flowlabel) & IPV6_FLOWLABEL_MASK; in syncache_add()2316 htonl(sc->sc_iss) & IPV6_FLOWLABEL_MASK; in syncookie_lookup()
11223 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
483 inp->inp_flow &= ~IPV6_FLOWLABEL_MASK; in in6_pcbconnect()486 (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in in6_pcbconnect()516 inp->inp_flow &= ~IPV6_FLOWLABEL_MASK; in in6_pcbdisconnect()699 flowinfo == (inp->inp_flow & IPV6_FLOWLABEL_MASK) && in in6_pcbnotify()
533 gi6->gi6_ip6.ip6_flow |= flowid & IPV6_FLOWLABEL_MASK; in in6_gre_output()
1104 (eip6->ip6_flow & IPV6_FLOWLABEL_MASK); in icmp6_notify_error()
143 flow = ip6->ip6_flow & IPV6_FLOWLABEL_MASK; in m_tcpip_hash()
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
2514 u_int32_t flow = ip6->ip6_flow & IPV6_FLOWLABEL_MASK; in pr_iph()
2316 h->ip6_flow &= IPV6_FLOWLABEL_MASK | IPV6_VERSION_MASK; in pf_scrub_ip6()