Searched refs:add_action (Results 1 – 6 of 6) sorted by relevance
/external/ltp/testcases/kernel/io/disktest/ |
D | childmain.c | 99 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/ |
D | nft.h | 194 int add_action(struct nftnl_rule *r, struct iptables_command_state *cs, bool goto_set);
|
D | nft-ipv6.c | 82 return add_action(r, cs, !!(cs->fw6.ipv6.flags & IP6T_F_GOTO)); in nft_ipv6_add()
|
D | nft-ipv4.c | 93 return add_action(r, cs, !!(cs->fw.ip.flags & IPT_F_GOTO)); in nft_ipv4_add()
|
D | nft-bridge.c | 96 return add_action(r, cs, false); in _add_action()
|
D | nft.c | 1327 int add_action(struct nftnl_rule *r, struct iptables_command_state *cs, in add_action() function
|