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

  /external/iptables/iptables/
xshared.c 77 return xtables_find_match(protoname, tryload, matches);
79 return xtables_find_match(pname, tryload, matches);
ip6tables.c 522 xtables_find_match(m->u.user.name, XTF_TRY_LOAD, NULL);
1039 xtables_find_match(e->u.user.name, XTF_TRY_LOAD, NULL);
    [all...]
iptables.c 506 xtables_find_match(m->u.user.name, XTF_TRY_LOAD, NULL);
1029 xtables_find_match(e->u.user.name, XTF_TRY_LOAD, NULL);
    [all...]
nft-shared.c 347 match = xtables_find_match(mt_name, XTF_TRY_LOAD, matches);
535 match = xtables_find_match("comment", XTF_TRY_LOAD,
xtables-eb.c 608 m = xtables_find_match(name, XTF_LOAD_MUST_SUCCEED, NULL);
678 newm = xtables_find_match(m->name, XTF_LOAD_MUST_SUCCEED, rule_matches);
    [all...]
xtables.c 659 m = xtables_find_match(optarg, XTF_LOAD_MUST_SUCCEED, &cs->matches);
873 xtables_find_match(cs->protocol,
    [all...]
  /external/iproute2/include/
xtables.h 432 extern struct xtables_match *xtables_find_match(const char *name,
  /external/iptables/include/
xtables.h 465 extern struct xtables_match *xtables_find_match(const char *name,
  /external/iptables/libxtables/
xtables.c 590 ptr = xtables_find_match(name,
617 xtables_find_match(const char *name, enum xtables_tryload tryload, function
956 old = xtables_find_match(me->name, XTF_DURING_LOAD, NULL);
    [all...]

Completed in 102 milliseconds