Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dpkt_cls.h101 #define TC_ACT_RECLASSIFY 1 macro
124 #define TC_POLICE_RECLASSIFY TC_ACT_RECLASSIFY
/linux-4.1.27/net/sched/
Dsch_ingress.c78 case TC_ACT_RECLASSIFY: in ingress_enqueue()
Dact_bpf.c67 case TC_ACT_RECLASSIFY: in tcf_bpf()
Dsch_api.c1832 if (err != TC_ACT_RECLASSIFY && skb->tc_verd) in tc_classify_compat()
1853 if (err == TC_ACT_RECLASSIFY) { in tc_classify()
Dsch_cbq.c266 case TC_ACT_RECLASSIFY: in cbq_classify()