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

/linux-master/net/ipv6/
H A Dip6_flowlabel.c218 fl->label = label & IPV6_FLOWLABEL_MASK;
224 fl->label = htonl(get_random_u32())&IPV6_FLOWLABEL_MASK;
267 label &= IPV6_FLOWLABEL_MASK;
512 freq->flr_label = np->rcv_flowinfo & IPV6_FLOWLABEL_MASK;
524 if (sfl->fl->label == (np->flow_label & IPV6_FLOWLABEL_MASK)) {
571 if (freq->flr_label == (np->flow_label & IPV6_FLOWLABEL_MASK))
572 np->flow_label &= ~IPV6_FLOWLABEL_MASK;
633 if (freq->flr_label & ~IPV6_FLOWLABEL_MASK)
H A Dseg6_iptunnel.c120 flowlabel = (__force __be32)hash & IPV6_FLOWLABEL_MASK;
H A Draw.c806 if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) {
848 if ((fl6.flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) {
H A Dudp.c1433 if (fl6->flowlabel & IPV6_FLOWLABEL_MASK) {
1484 if ((fl6->flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) {
H A Ddatagram.c84 (np->flow_label & IPV6_FLOWLABEL_MASK)) {
H A Dtcp_ipv6.c163 if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) {
H A Dip6_tunnel.c1480 fl6->flowlabel |= IPV6_FLOWLABEL_MASK & p->flowinfo;
H A Dip6_gre.c1123 fl6->flowlabel |= IPV6_FLOWLABEL_MASK & p->flowinfo;
/linux-master/include/net/
H A Dipv6.h345 #define IPV6_FLOWLABEL_MASK cpu_to_be32(0x000FFFFF) macro
348 #define IPV6_TCLASS_MASK (IPV6_FLOWINFO_MASK & ~IPV6_FLOWLABEL_MASK)
965 flowlabel &= IPV6_FLOWLABEL_MASK;
981 flowlabel = (__force __be32)hash & IPV6_FLOWLABEL_MASK;
1050 return *(__be32 *)hdr & IPV6_FLOWLABEL_MASK;
1070 return fl6->flowlabel & IPV6_FLOWLABEL_MASK;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_flow.c86 #define IPV6_FLOWLABEL_MASK __bpf_constant_htonl(0x000FFFFF) macro
89 return *(__be32 *)hdr & IPV6_FLOWLABEL_MASK;
/linux-master/net/l2tp/
H A Dl2tp_ip6.c533 if (fl6.flowlabel & IPV6_FLOWLABEL_MASK) {
573 if ((fl6.flowlabel & IPV6_FLOWLABEL_MASK) && !flowlabel) {
/linux-master/net/dccp/
H A Dipv6.c845 if (fl6.flowlabel & IPV6_FLOWLABEL_MASK) {
/linux-master/net/ipv4/
H A Dtcp_minisocks.c326 tw->tw_flowlabel = be32_to_cpu(np->flow_label & IPV6_FLOWLABEL_MASK);
/linux-master/net/sctp/
H A Dassociola.c648 peer->flowlabel = ntohl(info & IPV6_FLOWLABEL_MASK);
H A Dipv6.c300 (fl6->flowlabel & IPV6_FLOWLABEL_MASK)) {
/linux-master/drivers/net/
H A Dgeneve.c1483 IPV6_FLOWLABEL_MASK;
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c4092 IPV6_FLOWLABEL_MASK;
/linux-master/net/core/
H A Dfilter.c4799 IPV6_FLOWLABEL_MASK;

Completed in 467 milliseconds