Searched refs:cls_matchall (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A 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);
|
H A D | cxgb4_tc_matchall.c | 404 struct tc_cls_matchall_offload *cls_matchall, in cxgb4_tc_matchall_replace() argument 407 struct netlink_ext_ack *extack = cls_matchall->common.extack; in cxgb4_tc_matchall_replace() 423 &cls_matchall->rule->action, in cxgb4_tc_matchall_replace() 428 return cxgb4_matchall_alloc_filter(dev, cls_matchall); in cxgb4_tc_matchall_replace() 437 ret = cxgb4_matchall_egress_validate(dev, cls_matchall); in cxgb4_tc_matchall_replace() 441 return cxgb4_matchall_alloc_tc(dev, cls_matchall); in cxgb4_tc_matchall_replace() 445 struct tc_cls_matchall_offload *cls_matchall, in cxgb4_tc_matchall_destroy() argument 458 if (cls_matchall->cookie != in cxgb4_tc_matchall_destroy() 465 if (cls_matchall->cookie != tc_port_matchall->egress.cookie) in cxgb4_tc_matchall_destroy() 473 struct tc_cls_matchall_offload *cls_matchall) in cxgb4_tc_matchall_stats() argument [all …]
|
H A D | cxgb4_main.c | 3601 struct tc_cls_matchall_offload *cls_matchall, in cxgb_setup_tc_matchall() argument 3609 switch (cls_matchall->command) { in cxgb_setup_tc_matchall() 3611 return cxgb4_tc_matchall_replace(dev, cls_matchall, ingress); in cxgb_setup_tc_matchall() 3613 return cxgb4_tc_matchall_destroy(dev, cls_matchall, ingress); in cxgb_setup_tc_matchall() 3616 return cxgb4_tc_matchall_stats(dev, cls_matchall); in cxgb_setup_tc_matchall()
|
/linux/tools/testing/selftests/tc-testing/ |
H A D | tdc.sh | 40 try_modprobe cls_matchall
|
/linux/net/sched/ |
H A D | Makefile | 74 obj-$(CONFIG_NET_CLS_MATCHALL) += cls_matchall.o
|
H A D | Kconfig | 566 be called cls_matchall.
|