Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_client.h224 int vcap_lookup_rule_by_cookie(struct vcap_control *vctrl, u64 cookie);
H A Dvcap_api.c956 int vcap_lookup_rule_by_cookie(struct vcap_control *vctrl, u64 cookie) in vcap_lookup_rule_by_cookie() function
977 EXPORT_SYMBOL_GPL(vcap_lookup_rule_by_cookie);
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_tc_flower.c568 rule_id = vcap_lookup_rule_by_cookie(vctrl, f->cookie); in lan966x_tc_flower_del()