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

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.h147 struct flow_dissector_key_control enc_control; member in struct:tunnel_match_key
H A Den_tc.c2155 &tunnel_key.enc_control);
2156 if (tunnel_key.enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS)
5502 switch (key.enc_control.addr_type) {
5520 key.enc_control.addr_type);
/linux-master/include/net/netfilter/
H A Dnf_flow_table.h24 struct flow_dissector_key_control enc_control; member in struct:nf_flow_key
/linux-master/net/netfilter/
H A Dnf_flow_table_offload.c42 NF_FLOW_DISSECTOR(match, FLOW_DISSECTOR_KEY_ENC_CONTROL, enc_control);
59 key->enc_control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS;
74 key->enc_control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS;
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_tc_lib.c1355 struct flow_match_control enc_control; local
1373 flow_rule_match_enc_control(rule, &enc_control);
1375 if (enc_control.key->addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) {
1381 } else if (enc_control.key->addr_type ==
/linux-master/net/sched/
H A Dcls_flower.c46 struct flow_dissector_key_control enc_control; member in struct:fl_flow_key
1927 key->enc_control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS;
1928 mask->enc_control.addr_type = ~0;
1943 key->enc_control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS;
1944 mask->enc_control.addr_type = ~0;
2080 enc_control);
3434 if (key->enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS &&
3444 else if (key->enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS &&

Completed in 162 milliseconds