Symbol: flow_rule_match_ip
drivers/net/dsa/bcm_sf2_cfp.c
400
flow_rule_match_ip(flow->rule, &ip);
drivers/net/dsa/yt921x.c
1969
flow_rule_match_ip(rule, &match);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c
243
flow_rule_match_ip(rule, &match);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c
337
flow_rule_match_ip(rule, &match);
drivers/net/ethernet/freescale/dpaa2/dpaa2-switch-flower.c
97
flow_rule_match_ip(rule, &match);
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_fd.c
2269
flow_rule_match_ip(flow, &match);
drivers/net/ethernet/intel/ice/ice_tc_lib.c
1884
flow_rule_match_ip(rule, &match);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_tc.c
751
flow_rule_match_ip(rule, &match);
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
2452
flow_rule_match_ip(rule, &match);
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
3004
flow_rule_match_ip(rule, &match);
drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c
551
flow_rule_match_ip(rule, &match);
drivers/net/ethernet/microchip/vcap/vcap_tc.c
394
flow_rule_match_ip(st->frule, &mt);
drivers/net/ethernet/netronome/nfp/flower/conntrack.c
180
flow_rule_match_ip(rule, &match);
drivers/net/ethernet/netronome/nfp/flower/conntrack.c
408
flow_rule_match_ip(entry1->rule, &match1);
drivers/net/ethernet/netronome/nfp/flower/conntrack.c
409
flow_rule_match_ip(entry2->rule, &match2);
drivers/net/ethernet/netronome/nfp/flower/match.c
224
flow_rule_match_ip(rule, &match);
include/net/flow_offload.h
115
void flow_rule_match_ip(const struct flow_rule *rule,
net/core/flow_offload.c
124
EXPORT_SYMBOL(flow_rule_match_ip);