Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/chelsio/cxgb4/
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);
Dcxgb4_tc_matchall.c365 struct tc_cls_matchall_offload *cls_matchall, in cxgb4_tc_matchall_replace() argument
368 struct netlink_ext_ack *extack = cls_matchall->common.extack; in cxgb4_tc_matchall_replace()
384 &cls_matchall->rule->action, in cxgb4_tc_matchall_replace()
389 return cxgb4_matchall_alloc_filter(dev, cls_matchall); in cxgb4_tc_matchall_replace()
398 ret = cxgb4_matchall_egress_validate(dev, cls_matchall); in cxgb4_tc_matchall_replace()
402 return cxgb4_matchall_alloc_tc(dev, cls_matchall); in cxgb4_tc_matchall_replace()
406 struct tc_cls_matchall_offload *cls_matchall, in cxgb4_tc_matchall_destroy() argument
419 if (cls_matchall->cookie != in cxgb4_tc_matchall_destroy()
426 if (cls_matchall->cookie != tc_port_matchall->egress.cookie) in cxgb4_tc_matchall_destroy()
434 struct tc_cls_matchall_offload *cls_matchall) in cxgb4_tc_matchall_stats() argument
[all …]
Dcxgb4_main.c3611 struct tc_cls_matchall_offload *cls_matchall, in cxgb_setup_tc_matchall() argument
3619 switch (cls_matchall->command) { in cxgb_setup_tc_matchall()
3621 return cxgb4_tc_matchall_replace(dev, cls_matchall, ingress); in cxgb_setup_tc_matchall()
3623 return cxgb4_tc_matchall_destroy(dev, cls_matchall, ingress); in cxgb_setup_tc_matchall()
3626 return cxgb4_tc_matchall_stats(dev, cls_matchall); in cxgb_setup_tc_matchall()
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_tc.c921 struct tc_cls_matchall_offload *cls_matchall) in otx2_setup_tc_ingress_matchall() argument
923 switch (cls_matchall->command) { in otx2_setup_tc_ingress_matchall()
925 return otx2_tc_ingress_matchall_install(nic, cls_matchall); in otx2_setup_tc_ingress_matchall()
927 return otx2_tc_ingress_matchall_delete(nic, cls_matchall); in otx2_setup_tc_ingress_matchall()
957 struct tc_cls_matchall_offload *cls_matchall) in otx2_setup_tc_egress_matchall() argument
959 switch (cls_matchall->command) { in otx2_setup_tc_egress_matchall()
961 return otx2_tc_egress_matchall_install(nic, cls_matchall); in otx2_setup_tc_egress_matchall()
963 return otx2_tc_egress_matchall_delete(nic, cls_matchall); in otx2_setup_tc_egress_matchall()
/Linux-v5.15/net/sched/
DMakefile80 obj-$(CONFIG_NET_CLS_MATCHALL) += cls_matchall.o
DKconfig641 be called cls_matchall.