Searched refs:enc_ip (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
H A D | tc.c | 557 key.enc_ip.tos, key.enc_ip.ttl, in mlx5e_restore_tunnel() 563 key.enc_ip.tos, key.enc_ip.ttl, in mlx5e_restore_tunnel()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tc.h | 95 struct flow_dissector_key_ip enc_ip; member
|
H A D | en_tc.c | 2017 COPY_DISSECTOR(rule, FLOW_DISSECTOR_KEY_ENC_IP, &tunnel_key.enc_ip); in mlx5e_get_flow_tunnel_id()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tc.h | 150 struct flow_dissector_key_ip enc_ip; member
|
H A D | en_tc.c | 2160 COPY_DISSECTOR(rule, FLOW_DISSECTOR_KEY_ENC_IP, &tunnel_key.enc_ip); in mlx5e_get_flow_tunnel_id() 5519 key.enc_ip.tos, key.enc_ip.ttl, in mlx5e_tc_restore_tunnel() 5526 key.enc_ip.tos, key.enc_ip.ttl, in mlx5e_tc_restore_tunnel()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | cls_flower.c | 62 struct flow_dissector_key_ip enc_ip; member 1695 fl_set_key_ip(tb, true, &key->enc_ip, &mask->enc_ip); in fl_set_key() 1810 FLOW_DISSECTOR_KEY_ENC_IP, enc_ip); in fl_init_dissector() 3033 fl_dump_key_ip(skb, true, &key->enc_ip, &mask->enc_ip) || in fl_dump_key()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | cls_flower.c | 67 struct flow_dissector_key_ip enc_ip; member 1969 fl_set_key_ip(tb, true, &key->enc_ip, &mask->enc_ip); in fl_set_key() 2084 FLOW_DISSECTOR_KEY_ENC_IP, enc_ip); in fl_init_dissector() 3469 fl_dump_key_ip(skb, true, &key->enc_ip, &mask->enc_ip) || in fl_dump_key()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | tc.c | 423 MAP_ENC_KEY_AND_MASK(IP, ip, enc_ip, tos, enc_ip_tos); in efx_tc_flower_parse_match() 424 MAP_ENC_KEY_AND_MASK(IP, ip, enc_ip, ttl, enc_ip_ttl); in efx_tc_flower_parse_match()
|
Completed in 29 milliseconds