Searched refs:tunnel_key (Results 1 – 4 of 4) sorted by relevance
371 action tunnel_key set src_ip 192.0.2.21 dst_ip 192.0.2.22 id 0 \375 action tunnel_key set src_ip 192.0.2.22 dst_ip 192.0.2.21 id 0 \384 action tunnel_key set src_ip 192.0.2.21 dst_ip 192.0.2.22 id 0 \388 action tunnel_key set src_ip 192.0.2.22 dst_ip 192.0.2.21 id 0 \400 action tunnel_key set src_ip 192.0.2.21 dst_ip 192.0.2.22 id 0 \404 action tunnel_key set src_ip 192.0.2.22 dst_ip 192.0.2.21 id 0 \421 action tunnel_key set src_ip 2001:db8::21 dst_ip 2001:db8::22 id 0 \425 action tunnel_key set src_ip 2001:db8::22 dst_ip 2001:db8::21 id 0 \434 action tunnel_key set src_ip 2001:db8::21 dst_ip 2001:db8::22 id 0 \438 action tunnel_key set src_ip 2001:db8::22 dst_ip 2001:db8::21 id 0 \[all …]
79 if ! tc action add action tunnel_key help 2>&1 | grep -q nofrag; then116 action tunnel_key set src_ip 192.0.2.1 dst_ip 192.0.2.2 id 42 nofrag index 10130 tc actions change action tunnel_key set src_ip 192.0.2.1 dst_ip 192.0.2.2 id 42 index 10
2264 struct tunnel_match_key tunnel_key; in mlx5e_get_flow_tunnel_id() local2275 memset(&tunnel_key, 0, sizeof(tunnel_key)); in mlx5e_get_flow_tunnel_id()2277 &tunnel_key.enc_control); in mlx5e_get_flow_tunnel_id()2278 if (tunnel_key.enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) in mlx5e_get_flow_tunnel_id()2280 &tunnel_key.enc_ipv4); in mlx5e_get_flow_tunnel_id()2283 &tunnel_key.enc_ipv6); in mlx5e_get_flow_tunnel_id()2284 COPY_DISSECTOR(rule, FLOW_DISSECTOR_KEY_ENC_IP, &tunnel_key.enc_ip); in mlx5e_get_flow_tunnel_id()2286 &tunnel_key.enc_tp); in mlx5e_get_flow_tunnel_id()2288 &tunnel_key.enc_key_id); in mlx5e_get_flow_tunnel_id()2289 tunnel_key.filter_ifindex = filter_dev->ifindex; in mlx5e_get_flow_tunnel_id()[all …]
223 action tunnel_key set id $VNI src_ip $LOCAL_IP dst_ip $REMOTE_IP \228 action tunnel_key unset action mirred egress redirect dev $REP_DEV