Home
last modified time | relevance | path

Searched refs:vcap_copy_rule (Results 1 – 3 of 3) sorted by relevance

/drivers/net/ethernet/microchip/vcap/
Dvcap_api_client.h173 struct vcap_rule *vcap_copy_rule(struct vcap_rule *rule);
Dvcap_api.c3554 struct vcap_rule *vcap_copy_rule(struct vcap_rule *erule) in vcap_copy_rule() function
3595 EXPORT_SYMBOL_GPL(vcap_copy_rule);
/drivers/net/ethernet/microchip/sparx5/
Dsparx5_tc_flower.c503 vrule = vcap_copy_rule(erule); in sparx5_tc_add_rule_copy()