Symbol: FLOW_DISSECTOR_KEY_ENC_PORTS
drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c
492
if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_ENC_PORTS)) {
drivers/net/ethernet/intel/ice/ice_tc_lib.c
1577
if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_ENC_PORTS) &&
drivers/net/ethernet/intel/ice/ice_tc_lib.c
1661
BIT_ULL(FLOW_DISSECTOR_KEY_ENC_PORTS) |
drivers/net/ethernet/intel/ice/ice_tc_lib.c
1696
BIT_ULL(FLOW_DISSECTOR_KEY_ENC_PORTS) |
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c
959
if (!flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_ENC_PORTS)) {
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_geneve.c
29
if (!flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_ENC_PORTS))
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_vxlan.c
26
if (!flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_ENC_PORTS))
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
2285
COPY_DISSECTOR(rule, FLOW_DISSECTOR_KEY_ENC_PORTS,
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
2741
BIT_ULL(FLOW_DISSECTOR_KEY_ENC_PORTS) |
drivers/net/ethernet/netronome/nfp/flower/offload.c
365
if (!flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_ENC_PORTS)) {
drivers/net/ethernet/netronome/nfp/flower/offload.c
40
BIT_ULL(FLOW_DISSECTOR_KEY_ENC_PORTS) | \
drivers/net/ethernet/netronome/nfp/flower/offload.c
54
BIT_ULL(FLOW_DISSECTOR_KEY_ENC_PORTS) | \
drivers/net/ethernet/sfc/tc.c
294
BIT_ULL(FLOW_DISSECTOR_KEY_ENC_PORTS) |
drivers/net/ethernet/sfc/tc.c
429
BIT_ULL(FLOW_DISSECTOR_KEY_ENC_PORTS))) {
net/core/flow_dissector.c
384
FLOW_DISSECTOR_KEY_ENC_PORTS) &&
net/core/flow_dissector.c
452
if (dissector_uses_key(flow_dissector, FLOW_DISSECTOR_KEY_ENC_PORTS)) {
net/core/flow_dissector.c
456
FLOW_DISSECTOR_KEY_ENC_PORTS,
net/core/flow_offload.c
199
FLOW_DISSECTOR_MATCH(rule, FLOW_DISSECTOR_KEY_ENC_PORTS, out);
net/sched/cls_flower.c
2211
FLOW_DISSECTOR_KEY_ENC_PORTS, enc_tp);