Home
last modified time | relevance | path

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

/linux/net/ipv6/
A Dip6_flowlabel.c218 fl->label = label & IPV6_FLOWLABEL_MASK; in fl_intern()
223 fl->label = htonl(prandom_u32())&IPV6_FLOWLABEL_MASK; in fl_intern()
264 label &= IPV6_FLOWLABEL_MASK; in __fl6_sock_lookup()
507 freq->flr_label = np->rcv_flowinfo & IPV6_FLOWLABEL_MASK; in ipv6_flowlabel_opt_get()
519 if (sfl->fl->label == (np->flow_label & IPV6_FLOWLABEL_MASK)) { in ipv6_flowlabel_opt_get()
566 if (freq->flr_label == (np->flow_label & IPV6_FLOWLABEL_MASK)) in ipv6_flowlabel_put()
567 np->flow_label &= ~IPV6_FLOWLABEL_MASK; in ipv6_flowlabel_put()
628 if (freq->flr_label & ~IPV6_FLOWLABEL_MASK) in ipv6_flowlabel_get()
A Draw.c836 if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) { in rawv6_sendmsg()
878 if ((fl6.flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) { in rawv6_sendmsg()
A Dseg6_iptunnel.c118 flowlabel = (__force __be32)hash & IPV6_FLOWLABEL_MASK; in seg6_make_flowlabel()
A Dudp.c1404 if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) { in udpv6_sendmsg()
1455 if ((fl6.flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) { in udpv6_sendmsg()
A Ddatagram.c77 if (np->sndflow && (np->flow_label & IPV6_FLOWLABEL_MASK)) { in ip6_datagram_dst_update()
A Dip6_tunnel.c1464 fl6->flowlabel |= IPV6_FLOWLABEL_MASK & p->flowinfo; in ip6_tnl_link_config()
A Dtcp_ipv6.c172 if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) { in tcp_v6_connect()
A Dip6_gre.c1105 fl6->flowlabel |= IPV6_FLOWLABEL_MASK & p->flowinfo; in ip6gre_tnl_link_config_common()
/linux/include/net/
A Dipv6.h332 #define IPV6_FLOWLABEL_MASK cpu_to_be32(0x000FFFFF) macro
335 #define IPV6_TCLASS_MASK (IPV6_FLOWINFO_MASK & ~IPV6_FLOWLABEL_MASK)
875 flowlabel &= IPV6_FLOWLABEL_MASK; in ip6_make_flowlabel()
891 flowlabel = (__force __be32)hash & IPV6_FLOWLABEL_MASK; in ip6_make_flowlabel()
960 return *(__be32 *)hdr & IPV6_FLOWLABEL_MASK; in ip6_flowlabel()
975 return fl6->flowlabel & IPV6_FLOWLABEL_MASK; in flowi6_get_flowlabel()
/linux/tools/testing/selftests/bpf/progs/
A Dbpf_flow.c84 #define IPV6_FLOWLABEL_MASK __bpf_constant_htonl(0x000FFFFF) macro
87 return *(__be32 *)hdr & IPV6_FLOWLABEL_MASK; in ip6_flowlabel()
/linux/net/l2tp/
A Dl2tp_ip6.c536 if (fl6.flowlabel & IPV6_FLOWLABEL_MASK) { in l2tp_ip6_sendmsg()
576 if ((fl6.flowlabel & IPV6_FLOWLABEL_MASK) && !flowlabel) { in l2tp_ip6_sendmsg()
/linux/net/ipv4/
A Dtcp_minisocks.c279 tw->tw_flowlabel = be32_to_cpu(np->flow_label & IPV6_FLOWLABEL_MASK); in tcp_time_wait()
/linux/net/dccp/
A Dipv6.c846 if (fl6.flowlabel & IPV6_FLOWLABEL_MASK) { in dccp_v6_connect()
/linux/net/sctp/
A Dipv6.c301 if (np->sndflow && (fl6->flowlabel & IPV6_FLOWLABEL_MASK)) { in sctp_v6_get_dst()
A Dassociola.c651 peer->flowlabel = ntohl(info & IPV6_FLOWLABEL_MASK); in sctp_assoc_add_peer()
/linux/drivers/net/
A Dgeneve.c1506 IPV6_FLOWLABEL_MASK; in geneve_nl2info()
A Dvxlan.c4065 IPV6_FLOWLABEL_MASK; in vxlan_nl2conf()
/linux/net/core/
A Dfilter.c4361 IPV6_FLOWLABEL_MASK; in BPF_CALL_4()

Completed in 70 milliseconds