Home
last modified time | relevance | path

Searched refs:flowlabel (Results 1 – 25 of 51) sorted by relevance

123

/linux/tools/testing/selftests/net/
H A Dipv6_flowlabel.c53 static void do_send(int fd, bool with_flowlabel, uint32_t flowlabel) in do_send() argument
55 char control[CMSG_SPACE(sizeof(flowlabel))] = {0}; in do_send()
78 cm->cmsg_len = CMSG_LEN(sizeof(flowlabel)); in do_send()
81 *(uint32_t *)CMSG_DATA(cm) = htonl(flowlabel); in do_send()
92 fprintf(stderr, "sent with label %u\n", flowlabel); in do_send()
104 uint32_t flowlabel; in do_recv() local
140 flowlabel = ntohl(*(uint32_t *)CMSG_DATA(cm)); in do_recv()
141 fprintf(stderr, "recv with label %u\n", flowlabel); in do_recv()
143 if (expect != FLOWLABEL_WILDCARD && expect != flowlabel) { in do_recv()
145 flowlabel, expect); in do_recv()
/linux/Documentation/networking/
H A Dseg6-sysctl.rst29 Controls the behaviour of computing the flowlabel of outer
33 -1 set flowlabel to zero.
34 0 copy flowlabel from Inner packet in case of Inner IPv6
35 (Set flowlabel to 0 in case IPv4/L2)
36 1 Compute the flowlabel using seg6_make_flowlabel()
/linux/net/l2tp/
H A Dl2tp_ip6.c496 struct ip6_flowlabel *flowlabel = NULL; in l2tp_ip6_sendmsg() local
534 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in l2tp_ip6_sendmsg()
535 if (IS_ERR(flowlabel)) in l2tp_ip6_sendmsg()
556 fl6.flowlabel = np->flow_label; in l2tp_ip6_sendmsg()
570 fl6_sock_release(flowlabel); in l2tp_ip6_sendmsg()
573 if ((fl6.flowlabel & IPV6_FLOWLABEL_MASK) && !flowlabel) { in l2tp_ip6_sendmsg()
574 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in l2tp_ip6_sendmsg()
575 if (IS_ERR(flowlabel)) in l2tp_ip6_sendmsg()
586 if (flowlabel) in l2tp_ip6_sendmsg()
611 fl6.flowlabel = ip6_make_flowinfo(ipc6.tclass, fl6.flowlabel); in l2tp_ip6_sendmsg()
[all …]
/linux/net/ipv6/
H A Dseg6_iptunnel.c114 __be32 flowlabel = 0; in seg6_make_flowlabel() local
122 flowlabel = ip6_flowlabel(inner_hdr); in seg6_make_flowlabel()
124 return flowlabel; in seg6_make_flowlabel()
135 __be32 flowlabel; in seg6_do_srh_encap() local
145 flowlabel = seg6_make_flowlabel(net, skb, inner_hdr); in seg6_do_srh_encap()
159 flowlabel); in seg6_do_srh_encap()
162 ip6_flow_hdr(hdr, 0, flowlabel); in seg6_do_srh_encap()
214 __be32 flowlabel; in seg6_do_srh_encap_red() local
248 flowlabel); in seg6_do_srh_encap_red()
251 ip6_flow_hdr(hdr, 0, flowlabel); in seg6_do_srh_encap_red()
[all …]
H A Draw.c750 struct ip6_flowlabel *flowlabel = NULL; in rawv6_sendmsg() local
807 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in rawv6_sendmsg()
808 if (IS_ERR(flowlabel)) in rawv6_sendmsg()
831 fl6.flowlabel = np->flow_label; in rawv6_sendmsg()
845 fl6_sock_release(flowlabel); in rawv6_sendmsg()
848 if ((fl6.flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) { in rawv6_sendmsg()
849 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in rawv6_sendmsg()
850 if (IS_ERR(flowlabel)) in rawv6_sendmsg()
860 if (flowlabel) in rawv6_sendmsg()
896 fl6.flowlabel = ip6_make_flowinfo(ipc6.tclass, fl6.flowlabel); in rawv6_sendmsg()
[all …]
H A Dudp.c1337 struct ip6_flowlabel *flowlabel = NULL; in udpv6_sendmsg() local
1443 flowlabel = fl6_sock_lookup(sk, fl6->flowlabel); in udpv6_sendmsg()
1444 if (IS_ERR(flowlabel)) in udpv6_sendmsg()
1467 fl6->flowlabel = np->flow_label; in udpv6_sendmsg()
1492 fl6_sock_release(flowlabel); in udpv6_sendmsg()
1495 if ((fl6->flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) { in udpv6_sendmsg()
1496 flowlabel = fl6_sock_lookup(sk, fl6->flowlabel); in udpv6_sendmsg()
1497 if (IS_ERR(flowlabel)) in udpv6_sendmsg()
1507 if (flowlabel) in udpv6_sendmsg()
1562 fl6->flowlabel = ip6_make_flowinfo(ipc6.tclass, fl6->flowlabel); in udpv6_sendmsg()
[all …]
H A Dping.c93 fl6.flowlabel = u->sin6_flowinfo & IPV6_FLOWINFO_MASK; in ping_v6_sendmsg()
100 fl6.flowlabel = np->flow_label; in ping_v6_sendmsg()
152 fl6.flowlabel = ip6_make_flowinfo(ipc6.tclass, fl6.flowlabel); in ping_v6_sendmsg()
H A Ddatagram.c55 fl6->flowlabel = ip6_make_flowinfo(np->tclass, np->flow_label); in ip6_datagram_flow_key_init()
74 struct ip6_flowlabel *flowlabel = NULL; in ip6_datagram_dst_update() local
85 flowlabel = fl6_sock_lookup(sk, np->flow_label); in ip6_datagram_dst_update()
86 if (IS_ERR(flowlabel)) in ip6_datagram_dst_update()
92 opt = flowlabel ? flowlabel->opt : rcu_dereference(np->opt); in ip6_datagram_dst_update()
117 fl6_sock_release(flowlabel); in ip6_datagram_dst_update()
854 if (fl6->flowlabel&IPV6_FLOWINFO_MASK) { in ip6_datagram_send_ctl()
855 if ((fl6->flowlabel^*(__be32 *)CMSG_DATA(cmsg))&~IPV6_FLOWINFO_MASK) { in ip6_datagram_send_ctl()
860 fl6->flowlabel = IPV6_FLOWINFO_MASK & *(__be32 *)CMSG_DATA(cmsg); in ip6_datagram_send_ctl()
H A Dinet6_connection_sock.c91 fl6->flowlabel = np->flow_label; in inet6_csk_route_socket()
92 IP6_ECN_flow_xmit(sk, fl6->flowlabel); in inet6_csk_route_socket()
H A Dtcp_ipv6.c161 fl6.flowlabel = usin->sin6_flowinfo&IPV6_FLOWINFO_MASK; in tcp_v6_connect()
162 IP6_ECN_flow_init(fl6.flowlabel); in tcp_v6_connect()
163 if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) { in tcp_v6_connect()
164 struct ip6_flowlabel *flowlabel; in tcp_v6_connect() local
165 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in tcp_v6_connect()
166 if (IS_ERR(flowlabel)) in tcp_v6_connect()
168 fl6_sock_release(flowlabel); in tcp_v6_connect()
214 np->flow_label = fl6.flowlabel; in tcp_v6_connect()
265 fl6.flowlabel = ip6_make_flowinfo(np->tclass, np->flow_label); in tcp_v6_connect()
550 fl6->flowlabel = ip6_flowlabel(ipv6_hdr(ireq->pktopts)); in tcp_v6_send_synack()
[all …]
H A Dip6_tunnel.c1160 fl6->flowlabel = ip6_make_flowinfo(dsfield, fl6->flowlabel); in ip6_tnl_xmit()
1273 ip6_make_flowlabel(net, skb, fl6->flowlabel, true, fl6)); in ip6_tnl_xmit()
1321 fl6.flowlabel = key->label; in ipxip6_tnl_xmit()
1382 fl6.flowlabel |= ip6_flowlabel(ipv6h); in ipxip6_tnl_xmit()
1475 fl6->flowlabel = 0; in ip6_tnl_link_config()
1478 fl6->flowlabel |= IPV6_TCLASS_MASK & p->flowinfo; in ip6_tnl_link_config()
1480 fl6->flowlabel |= IPV6_FLOWLABEL_MASK & p->flowinfo; in ip6_tnl_link_config()
H A Dip6_udp_tunnel.c163 fl6.flowlabel = ip6_make_flowinfo(dsfield, key->label); in udp_tunnel6_dst_lookup()
/linux/net/ipv6/netfilter/
H A Dip6table_mangle.c36 u32 flowlabel, mark; in ip6t_mangle_out() local
47 flowlabel = *((u_int32_t *)ipv6_hdr(skb)); in ip6t_mangle_out()
57 flowlabel != *((u_int32_t *)ipv6_hdr(skb)))) { in ip6t_mangle_out()
H A Dnf_dup_ipv6.c31 fl6.flowlabel = (__force __be32)(((iph->flow_lbl[0] & 0xF) << 16) | in nf_dup_ipv6_route()
H A Dip6t_rpfilter.c41 .flowlabel = (* (__be32 *) iph) & IPV6_FLOWINFO_MASK, in rpfilter_lookup_reverse6()
/linux/net/netfilter/
H A Dnft_chain_route.c71 u32 mark, flowlabel; in nf_route_table_hook6() local
86 flowlabel = *((u32 *)ipv6_hdr(skb)); in nf_route_table_hook6()
94 flowlabel != *((u32 *)ipv6_hdr(skb)))) { in nf_route_table_hook6()
/linux/include/net/
H A Dipv6.h957 __be32 flowlabel, bool autolabel, in ip6_make_flowlabel() argument
965 flowlabel &= IPV6_FLOWLABEL_MASK; in ip6_make_flowlabel()
967 if (flowlabel || in ip6_make_flowlabel()
971 return flowlabel; in ip6_make_flowlabel()
984 flowlabel |= IPV6_FLOWLABEL_STATELESS_FLAG; in ip6_make_flowlabel()
986 return flowlabel; in ip6_make_flowlabel()
1003 __be32 flowlabel, bool autolabel, in ip6_make_flowlabel() argument
1006 return flowlabel; in ip6_make_flowlabel()
1038 __be32 flowlabel) in ip6_flow_hdr() argument
1065 return htonl(tclass << IPV6_TCLASS_SHIFT) | flowlabel; in ip6_make_flowinfo()
[all …]
H A Dflow.h143 __be32 flowlabel; member
/linux/net/sctp/
H A Dipv6.c236 IP6_ECN_flow_xmit(sk, fl6->flowlabel); in sctp_v6_xmit()
262 label = ip6_make_flowlabel(sock_net(sk), skb, fl6->flowlabel, true, fl6); in sctp_v6_xmit()
296 if (t->flowlabel & SCTP_FLOWLABEL_SET_MASK) in sctp_v6_get_dst()
297 fl6->flowlabel = htonl(t->flowlabel & SCTP_FLOWLABEL_VAL_MASK); in sctp_v6_get_dst()
300 (fl6->flowlabel & IPV6_FLOWLABEL_MASK)) { in sctp_v6_get_dst()
301 struct ip6_flowlabel *flowlabel; in sctp_v6_get_dst() local
303 flowlabel = fl6_sock_lookup(sk, fl6->flowlabel); in sctp_v6_get_dst()
304 if (IS_ERR(flowlabel)) in sctp_v6_get_dst()
306 fl6_sock_release(flowlabel); in sctp_v6_get_dst()
H A Dassociola.c108 asoc->flowlabel = sp->flowlabel; in sctp_association_init()
648 peer->flowlabel = ntohl(info & IPV6_FLOWLABEL_MASK); in sctp_assoc_add_peer()
649 peer->flowlabel |= SCTP_FLOWLABEL_SET_MASK; in sctp_assoc_add_peer()
651 peer->flowlabel = asoc->flowlabel; in sctp_assoc_add_peer()
/linux/net/dccp/
H A Dipv6.c211 fl6.flowlabel = 0; in dccp_v6_send_response()
848 fl6.flowlabel = usin->sin6_flowinfo & IPV6_FLOWINFO_MASK; in dccp_v6_connect()
849 IP6_ECN_flow_init(fl6.flowlabel); in dccp_v6_connect()
850 if (fl6.flowlabel & IPV6_FLOWLABEL_MASK) { in dccp_v6_connect()
851 struct ip6_flowlabel *flowlabel; in dccp_v6_connect() local
852 flowlabel = fl6_sock_lookup(sk, fl6.flowlabel); in dccp_v6_connect()
853 if (IS_ERR(flowlabel)) in dccp_v6_connect()
855 fl6_sock_release(flowlabel); in dccp_v6_connect()
888 np->flow_label = fl6.flowlabel; in dccp_v6_connect()
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_ah.c77 ah->av.flowlabel = grh->flow_label; in hns_roce_create_ah()
134 rdma_ah_set_grh(ah_attr, NULL, ah->av.flowlabel, in hns_roce_query_ah()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_nve.h17 __be32 flowlabel; member
/linux/include/trace/events/
H A Dfib6.h45 __entry->tos = ip6_tclass(flp->flowlabel);
/linux/drivers/net/ipvlan/
H A Dipvlan_l3s.c70 .flowlabel = ip6_flowinfo(ip6h), in ipvlan_l3_rcv()

123