Symbol: FLOW_DISSECTOR_KEY_IP
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c
240
if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) {
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c
312
BIT_ULL(FLOW_DISSECTOR_KEY_IP))) {
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c
327
if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) {
drivers/net/ethernet/freescale/dpaa2/dpaa2-switch-flower.c
25
BIT_ULL(FLOW_DISSECTOR_KEY_IP) |
drivers/net/ethernet/freescale/dpaa2/dpaa2-switch-flower.c
94
if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) {
drivers/net/ethernet/intel/ice/ice_tc_lib.c
1663
BIT_ULL(FLOW_DISSECTOR_KEY_IP) |
drivers/net/ethernet/intel/ice/ice_tc_lib.c
1881
if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) {
drivers/net/ethernet/marvell/octeontx2/nic/otx2_tc.c
656
BIT_ULL(FLOW_DISSECTOR_KEY_IP)))) {
drivers/net/ethernet/marvell/octeontx2/nic/otx2_tc.c
769
if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) {
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
2455
if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) {
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
2744
BIT_ULL(FLOW_DISSECTOR_KEY_IP) |
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
3005
if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) {
drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c
542
if (!flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP))
drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c
590
BIT_ULL(FLOW_DISSECTOR_KEY_IP) |
drivers/net/ethernet/microchip/lan966x/lan966x_tc_flower.c
226
[FLOW_DISSECTOR_KEY_IP] = vcap_tc_flower_handler_ip_usage,
drivers/net/ethernet/microchip/sparx5/sparx5_tc_flower.c
255
[FLOW_DISSECTOR_KEY_IP] = vcap_tc_flower_handler_ip_usage,
drivers/net/ethernet/microchip/vcap/vcap_tc.c
404
st->used_keys |= BIT_ULL(FLOW_DISSECTOR_KEY_IP);
drivers/net/ethernet/netronome/nfp/flower/conntrack.c
405
if (ovlp_keys & BIT_ULL(FLOW_DISSECTOR_KEY_IP)) {
drivers/net/ethernet/netronome/nfp/flower/match.c
220
if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) {
drivers/net/ethernet/netronome/nfp/flower/offload.c
46
BIT_ULL(FLOW_DISSECTOR_KEY_IP))
drivers/net/ethernet/sfc/tc.c
298
BIT_ULL(FLOW_DISSECTOR_KEY_IP))) {
drivers/net/ethernet/sfc/tc.c
313
BIT_ULL(FLOW_DISSECTOR_KEY_IP) |
net/core/flow_dissector.c
890
if (!dissector_uses_key(flow_dissector, FLOW_DISSECTOR_KEY_IP))
net/core/flow_dissector.c
894
FLOW_DISSECTOR_KEY_IP,
net/core/flow_dissector.c
908
if (!dissector_uses_key(flow_dissector, FLOW_DISSECTOR_KEY_IP))
net/core/flow_dissector.c
912
FLOW_DISSECTOR_KEY_IP,
net/core/flow_offload.c
122
FLOW_DISSECTOR_MATCH(rule, FLOW_DISSECTOR_KEY_IP, out);
net/ethtool/ioctl.c
3715
BIT(FLOW_DISSECTOR_KEY_IP);
net/ethtool/ioctl.c
3716
match->dissector.offset[FLOW_DISSECTOR_KEY_IP] =
net/ethtool/ioctl.c
3767
BIT_ULL(FLOW_DISSECTOR_KEY_IP);
net/ethtool/ioctl.c
3768
match->dissector.offset[FLOW_DISSECTOR_KEY_IP] =
net/sched/cls_flower.c
2186
FLOW_DISSECTOR_KEY_IP, ip);
net/xfrm/xfrm_policy.c
4400
.key_id = FLOW_DISSECTOR_KEY_IP,