Home
last modified time | relevance | path

Searched refs:TC_ACT_RECLASSIFY (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/include/net/tc_act/
Dtc_gact.h69 return __is_tcf_gact_act(a, TC_ACT_RECLASSIFY, false); in is_tcf_gact_reclassify()
/Linux-v6.6/tools/include/uapi/linux/
Dpkt_cls.h34 #define TC_ACT_RECLASSIFY 1 macro
81 #define TC_POLICE_RECLASSIFY TC_ACT_RECLASSIFY
/Linux-v6.6/include/uapi/linux/
Dpkt_cls.h65 #define TC_ACT_RECLASSIFY 1 macro
153 #define TC_POLICE_RECLASSIFY TC_ACT_RECLASSIFY
/Linux-v6.6/net/sched/
Dact_bpf.c74 case TC_ACT_RECLASSIFY: in tcf_bpf_act()
Dact_police.c419 else if (tc_act == TC_ACT_RECLASSIFY) in tcf_police_act_to_flow_act()
Dcls_api.c1701 if (unlikely(err == TC_ACT_RECLASSIFY && !compat_mode)) { in __tcf_classify()
/Linux-v6.6/net/core/
Ddev.c3963 case TC_ACT_RECLASSIFY: in tc_run()