OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xtables_find_target
(Results
1 - 5
of
5
) sorted by null
/external/iproute2/tc/
m_xt.c
154
m =
xtables_find_target
(optarg, XTF_TRY_LOAD);
305
m =
xtables_find_target
(t->u.user.name, XTF_TRY_LOAD);
/external/iptables/include/
xtables.h
402
extern struct xtables_target *
xtables_find_target
(const char *name,
/external/iptables/iptables/
ip6tables.c
555
target =
xtables_find_target
(targname, XTF_TRY_LOAD);
557
target =
xtables_find_target
(IP6T_STANDARD_TARGET,
1145
xtables_find_target
(t->u.user.name, XTF_TRY_LOAD);
[
all
...]
iptables.c
561
target =
xtables_find_target
(targname, XTF_TRY_LOAD);
563
target =
xtables_find_target
(IPT_STANDARD_TARGET,
1156
xtables_find_target
(t->u.user.name, XTF_TRY_LOAD);
[
all
...]
xtables.c
566
ptr =
xtables_find_target
(name, XTF_DONT_LOAD);
681
xtables_find_target
(const char *name, enum xtables_tryload tryload)
function
958
old =
xtables_find_target
(me->name, XTF_DURING_LOAD);
[
all
...]
Completed in 74 milliseconds