Searched refs:cls_matchall (Results 1 – 5 of 5) sorted by relevance
41 struct tc_cls_matchall_offload *cls_matchall,44 struct tc_cls_matchall_offload *cls_matchall,47 struct tc_cls_matchall_offload *cls_matchall);
43 try_modprobe cls_matchall
1492 struct tc_cls_matchall_offload *cls_matchall) in otx2_setup_tc_ingress_matchall() argument1494 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() argument1538 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()
76 obj-$(CONFIG_NET_CLS_MATCHALL) += cls_matchall.o
590 be called cls_matchall.