Home
last modified time | relevance | path

Searched refs:TC_NCLS (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dpkt_cls.h61 #define TC_NCLS _TC_MAKEMASK1(8) macro
62 #define SET_TC_NCLS(v) ( TC_NCLS | (v & ~TC_NCLS))
63 #define CLR_TC_NCLS(v) ( v & ~TC_NCLS)
/linux-4.1.27/net/sched/
Dact_api.c388 if (skb->tc_verd & TC_NCLS) { in tcf_action_exec()
/linux-4.1.27/net/core/
Ddev.c3687 if (skb->tc_verd & TC_NCLS) { in __netif_receive_skb_core()