Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/microchip/vcap/ !
H A Dvcap_api_client.h173 struct vcap_rule *vcap_copy_rule(struct vcap_rule *rule);
H A Dvcap_api.c3566 struct vcap_rule *vcap_copy_rule(struct vcap_rule *erule) in vcap_copy_rule() function
3607 EXPORT_SYMBOL_GPL(vcap_copy_rule);
/linux/drivers/net/ethernet/microchip/sparx5/ !
H A Dsparx5_tc_flower.c507 vrule = vcap_copy_rule(erule); in sparx5_tc_add_rule_copy()