Home
last modified time | relevance | path

Searched refs:IPV6_FLOWLABEL_MASK (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/sys/netinet/
H A Dip6.h100 #define IPV6_FLOWLABEL_MASK 0x000fffff /* flow label (20 bits) */ macro
104 #define IPV6_FLOWLABEL_MASK 0xffff0f00 /* flow label (20 bits) */ macro
H A Dtcp_syncache.c853 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()
H A Dsctp_output.c11204 ip6->ip6_flow |= (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK); in sctp_send_resp_msg()
/freebsd-12.1/contrib/tcpdump/
H A Dip6.h100 #define IPV6_FLOWLABEL_MASK ((uint32_t)htonl(0x000fffff)) /* flow label (20 bits) */ macro
/freebsd-12.1/sys/kern/
H A Duipc_mbufhash.c164 flow = ip6->ip6_flow & IPV6_FLOWLABEL_MASK; in m_ether_tcpip_hash()
/freebsd-12.1/sys/netinet6/
H A Din6_pcb.c450 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()
H A Dip6_gre.c550 gi6->gi6_ip6.ip6_flow |= flowid & IPV6_FLOWLABEL_MASK; in in6_gre_output()
H A Dicmp6.c1068 (eip6->ip6_flow & IPV6_FLOWLABEL_MASK); in icmp6_notify_error()
/freebsd-12.1/sys/contrib/ipfilter/netinet/
H A Dip_compat.h1153 #if !defined(IPV6_FLOWLABEL_MASK)
1155 # define IPV6_FLOWLABEL_MASK 0x000fffff /* flow label (20 bits) */ macro
1158 # define IPV6_FLOWLABEL_MASK 0xffff0f00 /* flow label (20 bits) */ macro
/freebsd-12.1/sbin/ping6/
H A Dping6.c2560 u_int32_t flow = ip6->ip6_flow & IPV6_FLOWLABEL_MASK; in pr_iph()