Home
last modified time | relevance | path

Searched refs:enc_control (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
Dtc.c559 if (key.enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) { in mlx5e_restore_tunnel()
565 } else if (key.enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS) { in mlx5e_restore_tunnel()
574 key.enc_control.addr_type); in mlx5e_restore_tunnel()
/Linux-v5.15/include/net/netfilter/
Dnf_flow_table.h22 struct flow_dissector_key_control enc_control; member
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.h110 struct flow_dissector_key_control enc_control; member
Den_tc.c1745 &tunnel_key.enc_control); in mlx5e_get_flow_tunnel_id()
1746 if (tunnel_key.enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) in mlx5e_get_flow_tunnel_id()
/Linux-v5.15/net/netfilter/
Dnf_flow_table_offload.c43 NF_FLOW_DISSECTOR(match, FLOW_DISSECTOR_KEY_ENC_CONTROL, enc_control); in nf_flow_rule_lwt_match()
60 key->enc_control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in nf_flow_rule_lwt_match()
75 key->enc_control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in nf_flow_rule_lwt_match()
/Linux-v5.15/net/sched/
Dcls_flower.c41 struct flow_dissector_key_control enc_control; member
1651 key->enc_control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in fl_set_key()
1652 mask->enc_control.addr_type = ~0; in fl_set_key()
1667 key->enc_control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in fl_set_key()
1668 mask->enc_control.addr_type = ~0; in fl_set_key()
1804 enc_control); in fl_init_dissector()
2996 if (key->enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS && in fl_dump_key()
3006 else if (key->enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS && in fl_dump_key()