Home
last modified time | relevance | path

Searched refs:cls_matchall (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_matchall.h41 struct tc_cls_matchall_offload *cls_matchall,
44 struct tc_cls_matchall_offload *cls_matchall,
47 struct tc_cls_matchall_offload *cls_matchall);
/linux/tools/testing/selftests/tc-testing/
H A Dtdc.sh43 try_modprobe cls_matchall
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c1492 struct tc_cls_matchall_offload *cls_matchall) in otx2_setup_tc_ingress_matchall() argument
1494 switch (cls_matchall->command) { in otx2_setup_tc_ingress_matchall()
1496 return otx2_tc_ingress_matchall_install(nic, cls_matchall); in otx2_setup_tc_ingress_matchall()
1498 return otx2_tc_ingress_matchall_delete(nic, cls_matchall); in otx2_setup_tc_ingress_matchall()
1536 struct tc_cls_matchall_offload *cls_matchall) in otx2_setup_tc_egress_matchall() argument
1538 switch (cls_matchall->command) { in otx2_setup_tc_egress_matchall()
1540 return otx2_tc_egress_matchall_install(nic, cls_matchall); in otx2_setup_tc_egress_matchall()
1542 return otx2_tc_egress_matchall_delete(nic, cls_matchall); in otx2_setup_tc_egress_matchall()
/linux/net/sched/
H A DMakefile76 obj-$(CONFIG_NET_CLS_MATCHALL) += cls_matchall.o
H A DKconfig590 be called cls_matchall.