Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dact_skbedit.c56 if (params->flags & SKBEDIT_F_INHERITDSFIELD) { in tcf_skbedit_act()
201 if (*pure_flags & SKBEDIT_F_INHERITDSFIELD) in tcf_skbedit_init()
202 flags |= SKBEDIT_F_INHERITDSFIELD; in tcf_skbedit_init()
320 if (params->flags & SKBEDIT_F_INHERITDSFIELD) in tcf_skbedit_dump()
321 pure_flags |= SKBEDIT_F_INHERITDSFIELD; in tcf_skbedit_dump()
/linux/include/uapi/linux/tc_act/
H A Dtc_skbedit.h18 #define SKBEDIT_F_INHERITDSFIELD 0x20 macro
/linux/include/net/tc_act/
H A Dtc_skbedit.h136 return is_tcf_skbedit_with_flag(a, SKBEDIT_F_INHERITDSFIELD); in is_tcf_skbedit_inheritdsfield()