Searched refs:tryload (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/iptables/
H A Dxshared.c59 find_proto(const char *pname, enum xtables_tryload tryload, argument
68 return xtables_find_match(protoname, tryload, matches);
70 return xtables_find_match(pname, tryload, matches);
H A Dxtables.c595 xtables_find_match(const char *name, enum xtables_tryload tryload, argument
648 if (!ptr && tryload != XTF_DONT_LOAD && tryload != XTF_DURING_LOAD) {
652 if (ptr == NULL && tryload == XTF_LOAD_MUST_SUCCEED)
659 if (tryload != XTF_DONT_LOAD)
664 if(!ptr && (tryload == XTF_LOAD_MUST_SUCCEED)) {
690 xtables_find_target(const char *name, enum xtables_tryload tryload) argument
721 if (!ptr && tryload != XTF_DONT_LOAD && tryload != XTF_DURING_LOAD) {
725 if (ptr == NULL && tryload
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables-1.4.x/iptables/
H A Dxshared.c59 find_proto(const char *pname, enum xtables_tryload tryload, argument
68 return xtables_find_match(protoname, tryload, matches);
70 return xtables_find_match(pname, tryload, matches);
H A Dxtables.c595 xtables_find_match(const char *name, enum xtables_tryload tryload, argument
648 if (!ptr && tryload != XTF_DONT_LOAD && tryload != XTF_DURING_LOAD) {
652 if (ptr == NULL && tryload == XTF_LOAD_MUST_SUCCEED)
659 if (tryload != XTF_DONT_LOAD)
664 if(!ptr && (tryload == XTF_LOAD_MUST_SUCCEED)) {
690 xtables_find_target(const char *name, enum xtables_tryload tryload) argument
721 if (!ptr && tryload != XTF_DONT_LOAD && tryload != XTF_DURING_LOAD) {
725 if (ptr == NULL && tryload
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables-1.4.x/iptables/
H A Dxshared.c59 find_proto(const char *pname, enum xtables_tryload tryload, argument
68 return xtables_find_match(protoname, tryload, matches);
70 return xtables_find_match(pname, tryload, matches);
H A Dxtables.c595 xtables_find_match(const char *name, enum xtables_tryload tryload, argument
648 if (!ptr && tryload != XTF_DONT_LOAD && tryload != XTF_DURING_LOAD) {
652 if (ptr == NULL && tryload == XTF_LOAD_MUST_SUCCEED)
659 if (tryload != XTF_DONT_LOAD)
664 if(!ptr && (tryload == XTF_LOAD_MUST_SUCCEED)) {
690 xtables_find_target(const char *name, enum xtables_tryload tryload) argument
721 if (!ptr && tryload != XTF_DONT_LOAD && tryload != XTF_DURING_LOAD) {
725 if (ptr == NULL && tryload
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables/
H A Dip6tables.c746 find_match(const char *match_name, enum ip6t_tryload tryload, struct ip6tables_rule_match **matches) argument
782 if (!ptr && tryload != DONT_LOAD && tryload != DURING_LOAD) {
795 } else if (tryload == LOAD_MUST_SUCCEED)
802 if (tryload != DONT_LOAD)
807 if(!ptr && (tryload == LOAD_MUST_SUCCEED)) {
834 find_proto(const char *pname, enum ip6t_tryload tryload, int nolookup, struct ip6tables_rule_match **matches) argument
842 return find_match(protoname, tryload, matches);
844 return find_match(pname, tryload, matches);
1033 find_target(const char *name, enum ip6t_tryload tryload) argument
[all...]
H A Diptables.c734 find_match(const char *name, enum ipt_tryload tryload, struct iptables_rule_match **matches) argument
759 if (!ptr && tryload != DONT_LOAD && tryload != DURING_LOAD) {
778 } else if (tryload == LOAD_MUST_SUCCEED)
785 if (tryload != DONT_LOAD)
790 if(!ptr && (tryload == LOAD_MUST_SUCCEED)) {
817 find_proto(const char *pname, enum ipt_tryload tryload, int nolookup, struct iptables_rule_match **matches) argument
825 return find_match(protoname, tryload, matches);
827 return find_match(pname, tryload, matches);
1067 find_target(const char *name, enum ipt_tryload tryload) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables/
H A Dip6tables.c746 find_match(const char *match_name, enum ip6t_tryload tryload, struct ip6tables_rule_match **matches) argument
782 if (!ptr && tryload != DONT_LOAD && tryload != DURING_LOAD) {
795 } else if (tryload == LOAD_MUST_SUCCEED)
802 if (tryload != DONT_LOAD)
807 if(!ptr && (tryload == LOAD_MUST_SUCCEED)) {
834 find_proto(const char *pname, enum ip6t_tryload tryload, int nolookup, struct ip6tables_rule_match **matches) argument
842 return find_match(protoname, tryload, matches);
844 return find_match(pname, tryload, matches);
1033 find_target(const char *name, enum ip6t_tryload tryload) argument
[all...]
H A Diptables.c734 find_match(const char *name, enum ipt_tryload tryload, struct iptables_rule_match **matches) argument
759 if (!ptr && tryload != DONT_LOAD && tryload != DURING_LOAD) {
778 } else if (tryload == LOAD_MUST_SUCCEED)
785 if (tryload != DONT_LOAD)
790 if(!ptr && (tryload == LOAD_MUST_SUCCEED)) {
817 find_proto(const char *pname, enum ipt_tryload tryload, int nolookup, struct iptables_rule_match **matches) argument
825 return find_match(protoname, tryload, matches);
827 return find_match(pname, tryload, matches);
1067 find_target(const char *name, enum ipt_tryload tryload) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables/
H A Dip6tables.c746 find_match(const char *match_name, enum ip6t_tryload tryload, struct ip6tables_rule_match **matches) argument
782 if (!ptr && tryload != DONT_LOAD && tryload != DURING_LOAD) {
795 } else if (tryload == LOAD_MUST_SUCCEED)
802 if (tryload != DONT_LOAD)
807 if(!ptr && (tryload == LOAD_MUST_SUCCEED)) {
834 find_proto(const char *pname, enum ip6t_tryload tryload, int nolookup, struct ip6tables_rule_match **matches) argument
842 return find_match(protoname, tryload, matches);
844 return find_match(pname, tryload, matches);
1033 find_target(const char *name, enum ip6t_tryload tryload) argument
[all...]
H A Diptables.c734 find_match(const char *name, enum ipt_tryload tryload, struct iptables_rule_match **matches) argument
759 if (!ptr && tryload != DONT_LOAD && tryload != DURING_LOAD) {
778 } else if (tryload == LOAD_MUST_SUCCEED)
785 if (tryload != DONT_LOAD)
790 if(!ptr && (tryload == LOAD_MUST_SUCCEED)) {
817 find_proto(const char *pname, enum ipt_tryload tryload, int nolookup, struct iptables_rule_match **matches) argument
825 return find_match(protoname, tryload, matches);
827 return find_match(pname, tryload, matches);
1067 find_target(const char *name, enum ipt_tryload tryload) argument
[all...]

Completed in 201 milliseconds