Home
last modified time | relevance | path

Searched refs:add_action (Results 1 – 6 of 6) sorted by relevance

/external/ltp/testcases/kernel/io/disktest/
Dchildmain.c99 void add_action(test_env_t * env, const child_args_t * args, in add_action() function
475 add_action(env, args, target); in get_next_action()
485 add_action(env, args, target); in get_next_action()
/external/iptables/iptables/
Dnft.h194 int add_action(struct nftnl_rule *r, struct iptables_command_state *cs, bool goto_set);
Dnft-ipv6.c82 return add_action(r, cs, !!(cs->fw6.ipv6.flags & IP6T_F_GOTO)); in nft_ipv6_add()
Dnft-ipv4.c93 return add_action(r, cs, !!(cs->fw.ip.flags & IPT_F_GOTO)); in nft_ipv4_add()
Dnft-bridge.c96 return add_action(r, cs, false); in _add_action()
Dnft.c1327 int add_action(struct nftnl_rule *r, struct iptables_command_state *cs, in add_action() function