Lines Matching refs:action
59 local action
67 action=$(devlink_trap_action_get $trap_name)
68 if [ $action != "trap" ]; then
73 action=$(devlink_trap_action_get $trap_name)
74 if [ $action != "drop" ]; then
81 action=$(devlink_trap_action_get $trap_name)
82 if [ $action != $orig_action ]; then
87 action=$(devlink_trap_action_get $trap_name)
88 if [ $action != $orig_action ]; then
174 local action
192 action=$(devlink_trap_action_get $trap_name)
193 if [ $action != "trap" ]; then
211 action=$(devlink_trap_action_get $trap_name)
212 if [ $action != "drop" ]; then