HomeSort by relevance Sort by last modified time
    Searched refs:add_action (Results 1 - 7 of 7) sorted by null

  /external/iptables/iptables/
nft.h 104 int add_action(struct nftnl_rule *r, struct iptables_command_state *cs, bool goto_set);
nft-ipv4.c 96 return add_action(r, cs, !!(cs->fw.ip.flags & IPT_F_GOTO));
nft-ipv6.c 84 return add_action(r, cs, !!(cs->fw6.ipv6.flags & IP6T_F_GOTO));
nft.c 968 int add_action(struct nftnl_rule *r, struct iptables_command_state *cs, function
    [all...]
  /external/ltp/testcases/kernel/io/disktest/
childmain.c 99 void add_action(test_env_t * env, const child_args_t * args, function
475 add_action(env, args, target);
485 add_action(env, args, target);
  /external/v8/src/regexp/
jsregexp.h 1309 void add_action(DeferredAction* new_action) { function in class:v8::internal::Trace
    [all...]
jsregexp.cc     [all...]

Completed in 156 milliseconds