Searched refs:cls_matchall (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/ |
| D | cxgb4_tc_matchall.h | 41 struct tc_cls_matchall_offload *cls_matchall, 44 struct tc_cls_matchall_offload *cls_matchall, 47 struct tc_cls_matchall_offload *cls_matchall);
|
| D | cxgb4_tc_matchall.c | 356 struct tc_cls_matchall_offload *cls_matchall, in cxgb4_tc_matchall_replace() argument 359 struct netlink_ext_ack *extack = cls_matchall->common.extack; in cxgb4_tc_matchall_replace() 375 &cls_matchall->rule->action, in cxgb4_tc_matchall_replace() 380 return cxgb4_matchall_alloc_filter(dev, cls_matchall); in cxgb4_tc_matchall_replace() 389 ret = cxgb4_matchall_egress_validate(dev, cls_matchall); in cxgb4_tc_matchall_replace() 393 return cxgb4_matchall_alloc_tc(dev, cls_matchall); in cxgb4_tc_matchall_replace() 397 struct tc_cls_matchall_offload *cls_matchall, in cxgb4_tc_matchall_destroy() argument 410 if (cls_matchall->cookie != in cxgb4_tc_matchall_destroy() 417 if (cls_matchall->cookie != tc_port_matchall->egress.cookie) in cxgb4_tc_matchall_destroy() 425 struct tc_cls_matchall_offload *cls_matchall) in cxgb4_tc_matchall_stats() argument [all …]
|
| D | cxgb4_main.c | 3610 struct tc_cls_matchall_offload *cls_matchall, in cxgb_setup_tc_matchall() argument 3618 switch (cls_matchall->command) { in cxgb_setup_tc_matchall() 3620 return cxgb4_tc_matchall_replace(dev, cls_matchall, ingress); in cxgb_setup_tc_matchall() 3622 return cxgb4_tc_matchall_destroy(dev, cls_matchall, ingress); in cxgb_setup_tc_matchall() 3625 return cxgb4_tc_matchall_stats(dev, cls_matchall); in cxgb_setup_tc_matchall()
|
| /Linux-v5.10/net/sched/ |
| D | Makefile | 79 obj-$(CONFIG_NET_CLS_MATCHALL) += cls_matchall.o
|
| D | Kconfig | 641 be called cls_matchall.
|