Searched refs:TCA_ACT_FLAGS_SKIP_SW (Results 1 – 2 of 2) sorted by relevance
31 #define TCA_ACT_FLAGS_SKIP_SW (1 << 2) /* don't use action in SW */ macro
154 !(act_flags & TCA_ACT_FLAGS_SKIP_SW)) { in tcf_skbedit_init()