Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
A Dtc.c593 if (key.enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) { in mlx5e_restore_tunnel()
599 } else if (key.enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS) { in mlx5e_restore_tunnel()
608 key.enc_control.addr_type); in mlx5e_restore_tunnel()
/linux/drivers/net/ethernet/intel/ice/
A Dice_tc_lib.c753 struct flow_match_control enc_control; in ice_parse_tunnel_attr() local
771 flow_rule_match_enc_control(rule, &enc_control); in ice_parse_tunnel_attr()
773 if (enc_control.key->addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) { in ice_parse_tunnel_attr()
779 } else if (enc_control.key->addr_type == in ice_parse_tunnel_attr()
/linux/include/net/netfilter/
A Dnf_flow_table.h22 struct flow_dissector_key_control enc_control; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_tc.h113 struct flow_dissector_key_control enc_control; member
A Den_tc.c1810 &tunnel_key.enc_control); in mlx5e_get_flow_tunnel_id()
1811 if (tunnel_key.enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) in mlx5e_get_flow_tunnel_id()
/linux/net/netfilter/
A 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/net/sched/
A Dcls_flower.c42 struct flow_dissector_key_control enc_control; member
1654 key->enc_control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in fl_set_key()
1655 mask->enc_control.addr_type = ~0; in fl_set_key()
1670 key->enc_control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in fl_set_key()
1671 mask->enc_control.addr_type = ~0; in fl_set_key()
1807 enc_control); in fl_init_dissector()
2999 if (key->enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS && in fl_dump_key()
3009 else if (key->enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS && in fl_dump_key()

Completed in 32 milliseconds