Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv6/
Dip6_flowlabel.c200 fl->label = label & IPV6_FLOWLABEL_MASK; in fl_intern()
205 fl->label = htonl(prandom_u32())&IPV6_FLOWLABEL_MASK; in fl_intern()
246 label &= IPV6_FLOWLABEL_MASK; in fl6_sock_lookup()
482 freq->flr_label = np->rcv_flowinfo & IPV6_FLOWLABEL_MASK; in ipv6_flowlabel_opt_get()
494 if (sfl->fl->label == (np->flow_label & IPV6_FLOWLABEL_MASK)) { in ipv6_flowlabel_opt_get()
547 if (freq.flr_label == (np->flow_label&IPV6_FLOWLABEL_MASK)) in ipv6_flowlabel_opt()
548 np->flow_label &= ~IPV6_FLOWLABEL_MASK; in ipv6_flowlabel_opt()
596 if (freq.flr_label & ~IPV6_FLOWLABEL_MASK) in ipv6_flowlabel_opt()
Draw.c793 if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) { in rawv6_sendmsg()
835 if ((fl6.flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) { in rawv6_sendmsg()
Dudp.c1208 if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) { in udpv6_sendmsg()
1256 if ((fl6.flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) { in udpv6_sendmsg()
Ddatagram.c72 if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) { in __ip6_datagram_connect()
Dip6_tunnel.c1315 fl6->flowlabel |= IPV6_FLOWLABEL_MASK & p->flowinfo; in ip6_tnl_link_config()
Dip6_gre.c951 fl6->flowlabel |= IPV6_FLOWLABEL_MASK & p->flowinfo; in ip6gre_tnl_link_config()
Dtcp_ipv6.c139 if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) { in tcp_v6_connect()
/linux-4.4.14/include/net/
Dipv6.h244 #define IPV6_FLOWLABEL_MASK cpu_to_be32(0x000FFFFF) macro
247 #define IPV6_TCLASS_MASK (IPV6_FLOWINFO_MASK & ~IPV6_FLOWLABEL_MASK)
761 flowlabel = (__force __be32)hash & IPV6_FLOWLABEL_MASK; in ip6_make_flowlabel()
812 return *(__be32 *)hdr & IPV6_FLOWLABEL_MASK; in ip6_flowlabel()
/linux-4.4.14/net/l2tp/
Dl2tp_ip6.c531 if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) { in l2tp_ip6_sendmsg()
572 if ((fl6.flowlabel & IPV6_FLOWLABEL_MASK) && !flowlabel) { in l2tp_ip6_sendmsg()
/linux-4.4.14/net/ipv4/
Dtcp_minisocks.c301 tw->tw_flowlabel = be32_to_cpu(np->flow_label & IPV6_FLOWLABEL_MASK); in tcp_time_wait()
/linux-4.4.14/net/dccp/
Dipv6.c787 if (fl6.flowlabel & IPV6_FLOWLABEL_MASK) { in dccp_v6_connect()