Searched refs:__is_tcf_gact_act (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/include/net/tc_act/ |
H A D | tc_gact.h | 19 static inline bool __is_tcf_gact_act(const struct tc_action *a, int act, in __is_tcf_gact_act() function 39 return __is_tcf_gact_act(a, TC_ACT_OK, false); in is_tcf_gact_ok() 44 return __is_tcf_gact_act(a, TC_ACT_SHOT, false); in is_tcf_gact_shot() 49 return __is_tcf_gact_act(a, TC_ACT_TRAP, false); in is_tcf_gact_trap() 54 return __is_tcf_gact_act(a, TC_ACT_GOTO_CHAIN, true); in is_tcf_gact_goto_chain() 64 return __is_tcf_gact_act(a, TC_ACT_UNSPEC, false); in is_tcf_gact_continue() 69 return __is_tcf_gact_act(a, TC_ACT_RECLASSIFY, false); in is_tcf_gact_reclassify() 74 return __is_tcf_gact_act(a, TC_ACT_PIPE, false); in is_tcf_gact_pipe()
|