Searched refs:TC_ACT_EXT_VAL_MASK (Results 1 – 6 of 6) sorted by relevance
59 return READ_ONCE(a->tcfa_action) & TC_ACT_EXT_VAL_MASK; in tcf_gact_goto_chain_index()
58 #define TC_ACT_EXT_VAL_MASK ((1 << __TC_ACT_EXT_SHIFT) - 1) macro59 #define TC_ACT_EXT_OPCODE(combined) ((combined) & (~TC_ACT_EXT_VAL_MASK))
89 #define TC_ACT_EXT_VAL_MASK ((1 << __TC_ACT_EXT_SHIFT) - 1) macro90 #define TC_ACT_EXT_OPCODE(combined) ((combined) & (~TC_ACT_EXT_VAL_MASK))
425 *extval = tc_act & TC_ACT_EXT_VAL_MASK; in tcf_police_act_to_flow_act()428 *extval = tc_act & TC_ACT_EXT_VAL_MASK; in tcf_police_act_to_flow_act()
1780 *last_executed_chain = err & TC_ACT_EXT_VAL_MASK; in __tcf_classify()2301 if (chain_index > TC_ACT_EXT_VAL_MASK) { in tc_new_tfilter()2513 if (chain_index > TC_ACT_EXT_VAL_MASK) { in tc_del_tfilter()2668 if (chain_index > TC_ACT_EXT_VAL_MASK) { in tc_get_tfilter()3108 if (chain_index > TC_ACT_EXT_VAL_MASK) { in tc_ctl_chain()
87 chain_index = action & TC_ACT_EXT_VAL_MASK; in tcf_action_check_ctrlact()