Searched refs:find_target (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iptables/include/
H A Dip6tables.h125 extern struct ip6tables_target *find_target(const char *name, enum ip6t_tryload);
H A Diptables.h134 extern struct iptables_target *find_target(const char *name, enum ipt_tryload);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/ia32/
H A Dptrace32.c153 static struct task_struct *find_target(int request, int pid, int *err) function
225 child = find_target(request, pid, &ret);
/asus-wl-520gu-7.0.1.45/src/router/iptables/
H A Diptables.c914 find_target(const char *name, enum ipt_tryload tryload) function
939 ptr = find_target(name, DONT_LOAD);
1033 if (find_target(me->name, DONT_LOAD)) {
1162 target = find_target(targname, TRY_LOAD);
1164 target = find_target(IPT_STANDARD_TARGET, LOAD_MUST_SUCCEED);
1760 if (find_target(optarg, TRY_LOAD))
1858 target = find_target(jumpto, TRY_LOAD);
2185 target = find_target(IPT_STANDARD_TARGET,
2201 find_target(jumpto, LOAD_MUST_SUCCEED);
H A Dip6tables.c913 find_target(const char *name, enum ip6t_tryload tryload) function
938 ptr = find_target(name, DONT_LOAD);
1032 if (find_target(me->name, DONT_LOAD)) {
1161 target = find_target(targname, TRY_LOAD);
1163 target = find_target(IP6T_STANDARD_TARGET, LOAD_MUST_SUCCEED);
1762 if (find_target(optarg, TRY_LOAD))
1863 target = find_target(jumpto, TRY_LOAD);
2184 target = find_target(IP6T_STANDARD_TARGET,
2200 find_target(jumpto, LOAD_MUST_SUCCEED);
H A Diptables-save.c185 = find_target(t->u.user.name, TRY_LOAD);
H A Dip6tables-save.c192 = find_target(t->u.user.name, TRY_LOAD);

Completed in 95 milliseconds