Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dpkt_cls.h48 #define TC_NCLS _TC_MAKEMASK1(8) macro
49 #define SET_TC_NCLS(v) ( TC_NCLS | (v & ~TC_NCLS))
50 #define CLR_TC_NCLS(v) ( v & ~TC_NCLS)
/linux-4.4.14/net/sched/
Dact_api.c411 if (skb->tc_verd & TC_NCLS) { in tcf_action_exec()
/linux-4.4.14/net/core/
Ddev.c3846 if (skb->tc_verd & TC_NCLS) { in __netif_receive_skb_core()