Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dpkt_cls.h34 #define TC_ACT_RECLASSIFY 1 macro
81 #define TC_POLICE_RECLASSIFY TC_ACT_RECLASSIFY
/linux/include/net/tc_act/
H A Dtc_gact.h69 return __is_tcf_gact_act(a, TC_ACT_RECLASSIFY, false); in is_tcf_gact_reclassify()
/linux/include/uapi/linux/
H A Dpkt_cls.h65 #define TC_ACT_RECLASSIFY 1 macro
153 #define TC_POLICE_RECLASSIFY TC_ACT_RECLASSIFY
/linux/net/sched/
H A Dact_bpf.c74 case TC_ACT_RECLASSIFY: in tcf_bpf_act()
H A Dcls_api.c1767 if (unlikely(err == TC_ACT_RECLASSIFY && !compat_mode)) { in __tcf_classify()
/linux/net/core/
H A Ddev.c4237 case TC_ACT_RECLASSIFY: in tc_run()