Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dact_api.c169 return (flags & TCA_ACT_FLAGS_SKIP_SW) ? true : false; in tc_act_skip_sw()
175 flags &= TCA_ACT_FLAGS_SKIP_HW | TCA_ACT_FLAGS_SKIP_SW; in tc_act_flags_valid()
177 return flags ^ (TCA_ACT_FLAGS_SKIP_HW | TCA_ACT_FLAGS_SKIP_SW); in tc_act_flags_valid()
1293 TCA_ACT_FLAGS_SKIP_SW),
1508 act->tcfa_flags |= TCA_ACT_FLAGS_SKIP_SW; in tcf_action_init()
H A Dact_skbedit.c154 !(act_flags & TCA_ACT_FLAGS_SKIP_SW)) { in tcf_skbedit_init()
/openbmc/linux/include/uapi/linux/
H A Dpkt_cls.h31 #define TCA_ACT_FLAGS_SKIP_SW (1 << 2) /* don't use action in SW */ macro