Home
last modified time | relevance | path

Searched refs:enc_control (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dtc.c555 if (key.enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) { in mlx5e_restore_tunnel()
561 } else if (key.enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS) { in mlx5e_restore_tunnel()
570 key.enc_control.addr_type); in mlx5e_restore_tunnel()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.h92 struct flow_dissector_key_control enc_control; member
H A Den_tc.c2010 &tunnel_key.enc_control); in mlx5e_get_flow_tunnel_id()
2011 if (tunnel_key.enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) in mlx5e_get_flow_tunnel_id()
/kernel/linux/linux-5.10/include/net/netfilter/
H A Dnf_flow_table.h22 struct flow_dissector_key_control enc_control; member
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/include/net/netfilter/
H A Dnf_flow_table.h24 struct flow_dissector_key_control enc_control; member
/kernel/linux/linux-5.10/net/sched/
H A Dcls_flower.c41 struct flow_dissector_key_control enc_control; member
1653 key->enc_control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in fl_set_key()
1654 mask->enc_control.addr_type = ~0; in fl_set_key()
1669 key->enc_control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in fl_set_key()
1670 mask->enc_control.addr_type = ~0; in fl_set_key()
1806 enc_control); in fl_init_dissector()
2998 if (key->enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS && in fl_dump_key()
3008 else if (key->enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS && in fl_dump_key()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_flow_table_offload.c41 NF_FLOW_DISSECTOR(match, FLOW_DISSECTOR_KEY_ENC_CONTROL, enc_control); in nf_flow_rule_lwt_match()
58 key->enc_control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in nf_flow_rule_lwt_match()
73 key->enc_control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in nf_flow_rule_lwt_match()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A 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()
/kernel/linux/linux-6.6/net/sched/
H A 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()

Completed in 31 milliseconds