Home
last modified time | relevance | path

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

/Linux-v4.19/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()
483 freq->flr_label = np->rcv_flowinfo & IPV6_FLOWLABEL_MASK; in ipv6_flowlabel_opt_get()
495 if (sfl->fl->label == (np->flow_label & IPV6_FLOWLABEL_MASK)) { in ipv6_flowlabel_opt_get()
548 if (freq.flr_label == (np->flow_label&IPV6_FLOWLABEL_MASK)) in ipv6_flowlabel_opt()
549 np->flow_label &= ~IPV6_FLOWLABEL_MASK; in ipv6_flowlabel_opt()
597 if (freq.flr_label & ~IPV6_FLOWLABEL_MASK) in ipv6_flowlabel_opt()
Dseg6_iptunnel.c105 flowlabel = (__force __be32)hash & IPV6_FLOWLABEL_MASK; in seg6_make_flowlabel()
Draw.c828 if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) { in rawv6_sendmsg()
870 if ((fl6.flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) { in rawv6_sendmsg()
Dudp.c1246 if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) { in udpv6_sendmsg()
1298 if ((fl6.flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) { in udpv6_sendmsg()
Ddatagram.c79 if (np->sndflow && (np->flow_label & IPV6_FLOWLABEL_MASK)) { in ip6_datagram_dst_update()
Dtcp_ipv6.c162 if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) { in tcp_v6_connect()
Dip6_tunnel.c1449 fl6->flowlabel |= IPV6_FLOWLABEL_MASK & p->flowinfo; in ip6_tnl_link_config()
Dip6_gre.c1102 fl6->flowlabel |= IPV6_FLOWLABEL_MASK & p->flowinfo; in ip6gre_tnl_link_config_common()
/Linux-v4.19/include/net/
Dipv6.h284 #define IPV6_FLOWLABEL_MASK cpu_to_be32(0x000FFFFF) macro
287 #define IPV6_TCLASS_MASK (IPV6_FLOWINFO_MASK & ~IPV6_FLOWLABEL_MASK)
811 flowlabel &= IPV6_FLOWLABEL_MASK; in ip6_make_flowlabel()
827 flowlabel = (__force __be32)hash & IPV6_FLOWLABEL_MASK; in ip6_make_flowlabel()
889 return *(__be32 *)hdr & IPV6_FLOWLABEL_MASK; in ip6_flowlabel()
904 return fl6->flowlabel & IPV6_FLOWLABEL_MASK; in flowi6_get_flowlabel()
/Linux-v4.19/net/l2tp/
Dl2tp_ip6.c538 if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) { in l2tp_ip6_sendmsg()
579 if ((fl6.flowlabel & IPV6_FLOWLABEL_MASK) && !flowlabel) { in l2tp_ip6_sendmsg()
/Linux-v4.19/net/ipv4/
Dtcp_minisocks.c284 tw->tw_flowlabel = be32_to_cpu(np->flow_label & IPV6_FLOWLABEL_MASK); in tcp_time_wait()
/Linux-v4.19/net/dccp/
Dipv6.c831 if (fl6.flowlabel & IPV6_FLOWLABEL_MASK) { in dccp_v6_connect()
/Linux-v4.19/net/sctp/
Dipv6.c265 if (np->sndflow && (fl6->flowlabel & IPV6_FLOWLABEL_MASK)) { in sctp_v6_get_dst()
Dassociola.c657 peer->flowlabel = ntohl(info & IPV6_FLOWLABEL_MASK); in sctp_assoc_add_peer()
/Linux-v4.19/drivers/net/
Dgeneve.c1315 IPV6_FLOWLABEL_MASK; in geneve_nl2info()
Dvxlan.c3309 IPV6_FLOWLABEL_MASK; in vxlan_nl2conf()
/Linux-v4.19/net/core/
Dfilter.c3663 IPV6_FLOWLABEL_MASK; in BPF_CALL_4()