Home
last modified time | relevance | path

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

/openbmc/linux/include/net/netfilter/
H A Dnf_flow_table.h24 struct flow_dissector_key_control enc_control; member
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.h147 struct flow_dissector_key_control enc_control; member
H A 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()
/openbmc/linux/net/netfilter/
H A 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()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_tc_lib.c1325 struct flow_match_control enc_control; in ice_parse_tunnel_attr() local
1343 flow_rule_match_enc_control(rule, &enc_control); in ice_parse_tunnel_attr()
1345 if (enc_control.key->addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) { in ice_parse_tunnel_attr()
1351 } else if (enc_control.key->addr_type == in ice_parse_tunnel_attr()
/openbmc/linux/net/sched/
H A Dcls_flower.c46 struct flow_dissector_key_control enc_control; member
1928 key->enc_control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in fl_set_key()
1929 mask->enc_control.addr_type = ~0; in fl_set_key()
1944 key->enc_control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in fl_set_key()
1945 mask->enc_control.addr_type = ~0; in fl_set_key()
2081 enc_control); in fl_init_dissector()
3435 if (key->enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS && in fl_dump_key()
3445 else if (key->enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS && in fl_dump_key()