Home
last modified time | relevance | path

Searched refs:vcap_val_rule (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/microchip/vcap/
Dvcap_api_client.h167 int vcap_val_rule(struct vcap_rule *rule, u16 l3_proto);
Dvcap_api_kunit.c303 ret = vcap_val_rule(rule, ETH_P_ALL); in test_vcap_xn_rule_creator()
1417 ret = vcap_val_rule(rule, ETH_P_ALL); in vcap_api_encode_rule_test()
Dvcap_api.c1987 int vcap_val_rule(struct vcap_rule *rule, u16 l3_proto) in vcap_val_rule() function
2066 EXPORT_SYMBOL_GPL(vcap_val_rule);
/linux-6.12.1/drivers/net/ethernet/microchip/lan966x/
Dlan966x_tc_flower.c544 err = vcap_val_rule(vrule, l3_proto); in lan966x_tc_flower_add()
Dlan966x_ptp.c88 err |= vcap_val_rule(vrule, proto); in lan966x_ptp_add_trap()
/linux-6.12.1/drivers/net/ethernet/microchip/sparx5/
Dsparx5_tc_flower.c534 err = vcap_val_rule(vrule, ETH_P_ALL); in sparx5_tc_add_rule_copy()
1302 err = vcap_val_rule(vrule, state.l3_proto); in sparx5_tc_flower_replace()