Home
last modified time | relevance | path

Searched refs:tunnel_key (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/tools/testing/selftests/net/
Dbareudp.sh403 action tunnel_key set src_ip 192.0.2.21 dst_ip 192.0.2.22 id 0 \
407 action tunnel_key set src_ip 192.0.2.22 dst_ip 192.0.2.21 id 0 \
416 action tunnel_key set src_ip 192.0.2.21 dst_ip 192.0.2.22 id 0 \
420 action tunnel_key set src_ip 192.0.2.22 dst_ip 192.0.2.21 id 0 \
432 action tunnel_key set src_ip 192.0.2.21 dst_ip 192.0.2.22 id 0 \
436 action tunnel_key set src_ip 192.0.2.22 dst_ip 192.0.2.21 id 0 \
453 action tunnel_key set src_ip 2001:db8::21 dst_ip 2001:db8::22 id 0 \
457 action tunnel_key set src_ip 2001:db8::22 dst_ip 2001:db8::21 id 0 \
466 action tunnel_key set src_ip 2001:db8::21 dst_ip 2001:db8::22 id 0 \
470 action tunnel_key set src_ip 2001:db8::22 dst_ip 2001:db8::21 id 0 \
[all …]
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c2096 struct tunnel_match_key tunnel_key; in mlx5e_get_flow_tunnel_id() local
2107 memset(&tunnel_key, 0, sizeof(tunnel_key)); in mlx5e_get_flow_tunnel_id()
2109 &tunnel_key.enc_control); in mlx5e_get_flow_tunnel_id()
2110 if (tunnel_key.enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) in mlx5e_get_flow_tunnel_id()
2112 &tunnel_key.enc_ipv4); in mlx5e_get_flow_tunnel_id()
2115 &tunnel_key.enc_ipv6); in mlx5e_get_flow_tunnel_id()
2116 COPY_DISSECTOR(rule, FLOW_DISSECTOR_KEY_ENC_IP, &tunnel_key.enc_ip); in mlx5e_get_flow_tunnel_id()
2118 &tunnel_key.enc_tp); in mlx5e_get_flow_tunnel_id()
2120 &tunnel_key.enc_key_id); in mlx5e_get_flow_tunnel_id()
2121 tunnel_key.filter_ifindex = filter_dev->ifindex; in mlx5e_get_flow_tunnel_id()
[all …]
/Linux-v6.1/Documentation/networking/
Drepresentors.rst220 action tunnel_key set id $VNI src_ip $LOCAL_IP dst_ip $REMOTE_IP \
225 action tunnel_key unset action mirred egress redirect dev $REP_DEV