Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dpkt_cls.h101 #define TC_ACT_RECLASSIFY 1 macro
124 #define TC_POLICE_RECLASSIFY TC_ACT_RECLASSIFY
/linux-3.4.99/net/sched/
Dsch_ingress.c76 case TC_ACT_RECLASSIFY: in ingress_enqueue()
Dsch_api.c1665 if (err != TC_ACT_RECLASSIFY && skb->tc_verd) in tc_classify_compat()
1686 if (err == TC_ACT_RECLASSIFY) { in tc_classify()
Dsch_cbq.c265 case TC_ACT_RECLASSIFY: in cbq_classify()