Searched refs:NF_DROP (Results 1 - 25 of 62) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dipt_TCPMSS.c53 return NF_DROP;
73 return NF_DROP;
81 return NF_DROP; /* or IPT_CONTINUE ?? */
88 return NF_DROP; /* or IPT_CONTINUE ?? */
139 return NF_DROP;
H A Dipt_MIRROR.c118 return NF_DROP;
130 return NF_DROP;
H A Dip_fw_compat.c92 return NF_DROP;
136 /* ip_conntrack_confirm return NF_DROP or NF_ACCEPT */
137 if (ip_conntrack_confirm(*pskb) == NF_DROP)
157 return NF_DROP;
186 return NF_DROP;
H A Dip_fw_compat_redir.c163 return NF_DROP;
176 return NF_DROP;
199 return NF_DROP;
211 ret = NF_DROP;
235 return NF_DROP;
H A Dipt_ECN.c37 return NF_DROP;
71 return NF_DROP;
H A Diptable_mangle.c160 if (ret != NF_DROP && ret != NF_STOLEN && ret != NF_QUEUE
165 return ip_route_me_harder(pskb) == 0 ? ret : NF_DROP;
H A Dipt_DSCP.c45 return NF_DROP;
H A Dipt_REDIRECT.c78 return NF_DROP;
H A Dipt_TOS.c29 return NF_DROP;
H A Dip_fw_compat_masq.c44 return NF_DROP;
58 return NF_DROP;
74 return NF_DROP;
H A Dip_nat_standalone.c95 return NF_DROP;
213 if (ret != NF_DROP && ret != NF_STOLEN
216 return ip_route_me_harder(pskb) == 0 ? ret : NF_DROP;
H A Dip_nat_irc.c192 return NF_DROP;
205 return NF_DROP;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dipt_TCPMSS.c53 return NF_DROP;
73 return NF_DROP;
81 return NF_DROP; /* or IPT_CONTINUE ?? */
88 return NF_DROP; /* or IPT_CONTINUE ?? */
139 return NF_DROP;
H A Dipt_MIRROR.c118 return NF_DROP;
130 return NF_DROP;
H A Dip_fw_compat.c92 return NF_DROP;
136 /* ip_conntrack_confirm return NF_DROP or NF_ACCEPT */
137 if (ip_conntrack_confirm(*pskb) == NF_DROP)
157 return NF_DROP;
186 return NF_DROP;
H A Dip_fw_compat_redir.c163 return NF_DROP;
176 return NF_DROP;
199 return NF_DROP;
211 ret = NF_DROP;
235 return NF_DROP;
H A Dipt_ECN.c37 return NF_DROP;
71 return NF_DROP;
H A Diptable_mangle.c160 if (ret != NF_DROP && ret != NF_STOLEN && ret != NF_QUEUE
165 return ip_route_me_harder(pskb) == 0 ? ret : NF_DROP;
H A Dipt_DSCP.c45 return NF_DROP;
H A Dipt_REDIRECT.c78 return NF_DROP;
H A Dipt_TOS.c29 return NF_DROP;
H A Dip_fw_compat_masq.c44 return NF_DROP;
58 return NF_DROP;
74 return NF_DROP;
H A Dip_nat_standalone.c95 return NF_DROP;
213 if (ret != NF_DROP && ret != NF_STOLEN
216 return ip_route_me_harder(pskb) == 0 ? ret : NF_DROP;
H A Dip_nat_irc.c192 return NF_DROP;
205 return NF_DROP;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dnetfilter.c355 case NF_DROP:
356 return NF_DROP;
494 case NF_DROP:
517 verdict = NF_DROP;
545 case NF_DROP:

Completed in 91 milliseconds

123