Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/netfilter/
A Dnf_flow_table.h24 struct flow_dissector_key_control enc_control; member
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_tc.h147 struct flow_dissector_key_control enc_control; member
A Den_tc.c2262 &tunnel_key.enc_control); in mlx5e_get_flow_tunnel_id()
2263 if (tunnel_key.enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) in mlx5e_get_flow_tunnel_id()
5592 switch (key.enc_control.addr_type) { in mlx5e_tc_restore_tunnel()
5610 key.enc_control.addr_type); in mlx5e_tc_restore_tunnel()
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_tc_lib.c1238 struct flow_match_control enc_control; in ice_parse_tunnel_attr() local
1256 flow_rule_match_enc_control(rule, &enc_control); in ice_parse_tunnel_attr()
1258 if (enc_control.key->addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) { in ice_parse_tunnel_attr()
1264 } else if (enc_control.key->addr_type == in ice_parse_tunnel_attr()
/linux-6.3-rc2/net/netfilter/
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()
/linux-6.3-rc2/net/sched/
A Dcls_flower.c45 struct flow_dissector_key_control enc_control; member
1818 key->enc_control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in fl_set_key()
1819 mask->enc_control.addr_type = ~0; in fl_set_key()
1834 key->enc_control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in fl_set_key()
1835 mask->enc_control.addr_type = ~0; in fl_set_key()
1971 enc_control); in fl_init_dissector()
3239 if (key->enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS && in fl_dump_key()
3249 else if (key->enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS && in fl_dump_key()

Completed in 28 milliseconds