Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/netfilter/
Dnf_flow_table.h24 struct flow_dissector_key_control enc_control; member
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.h147 struct flow_dissector_key_control enc_control; member
Den_tc.c2153 &tunnel_key.enc_control); in mlx5e_get_flow_tunnel_id()
2154 if (tunnel_key.enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) in mlx5e_get_flow_tunnel_id()
5516 switch (key.enc_control.addr_type) { in mlx5e_tc_restore_tunnel()
5534 key.enc_control.addr_type); in mlx5e_tc_restore_tunnel()
/linux-6.6.21/net/netfilter/
Dnf_flow_table_offload.c42 NF_FLOW_DISSECTOR(match, FLOW_DISSECTOR_KEY_ENC_CONTROL, enc_control); in nf_flow_rule_lwt_match()
59 key->enc_control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in nf_flow_rule_lwt_match()
74 key->enc_control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in nf_flow_rule_lwt_match()
/linux-6.6.21/drivers/net/ethernet/intel/ice/
Dice_tc_lib.c1306 struct flow_match_control enc_control; in ice_parse_tunnel_attr() local
1324 flow_rule_match_enc_control(rule, &enc_control); in ice_parse_tunnel_attr()
1326 if (enc_control.key->addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) { in ice_parse_tunnel_attr()
1332 } else if (enc_control.key->addr_type == in ice_parse_tunnel_attr()
/linux-6.6.21/net/sched/
Dcls_flower.c46 struct flow_dissector_key_control enc_control; member
1927 key->enc_control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in fl_set_key()
1928 mask->enc_control.addr_type = ~0; in fl_set_key()
1943 key->enc_control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in fl_set_key()
1944 mask->enc_control.addr_type = ~0; in fl_set_key()
2080 enc_control); in fl_init_dissector()
3434 if (key->enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS && in fl_dump_key()
3444 else if (key->enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS && in fl_dump_key()