Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dact_api.c164 return (flags & TCA_ACT_FLAGS_SKIP_HW) ? true : false; in tc_act_skip_hw()
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()
1292 TCA_ACT_FLAGS_SKIP_HW |
1510 act->tcfa_flags |= TCA_ACT_FLAGS_SKIP_HW; in tcf_action_init()
/openbmc/linux/include/uapi/linux/
H A Dpkt_cls.h30 #define TCA_ACT_FLAGS_SKIP_HW (1 << 1) /* don't offload action to HW */ macro