Home
last modified time | relevance | path

Searched refs:SKBEDIT_F_MARK (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/sched/
Dact_skbedit.c46 if (d->flags & SKBEDIT_F_MARK) in tcf_skbedit()
92 flags |= SKBEDIT_F_MARK; in tcf_skbedit_init()
125 if (flags & SKBEDIT_F_MARK) in tcf_skbedit_init()
160 if ((d->flags & SKBEDIT_F_MARK) && in tcf_skbedit_dump()
/linux-4.4.14/include/uapi/linux/tc_act/
Dtc_skbedit.h29 #define SKBEDIT_F_MARK 0x4 macro