Home
last modified time | relevance | path

Searched refs:hotdrop (Results 1 – 20 of 20) sorted by relevance

/net/netfilter/
Dxt_tcpudp.c36 bool *hotdrop) in tcp_find_option() argument
52 *hotdrop = true; in tcp_find_option()
80 par->hotdrop = true; in tcp_mt()
93 par->hotdrop = true; in tcp_mt()
111 par->hotdrop = true; in tcp_mt()
117 &par->hotdrop)) in tcp_mt()
146 par->hotdrop = true; in udp_mt()
Dxt_dccp.c41 bool *hotdrop) in dccp_find_option() argument
80 *hotdrop = true; in dccp_find_option()
93 const struct dccp_hdr *dh, bool *hotdrop) in match_option() argument
95 return dccp_find_option(option, skb, protoff, dh, hotdrop); in match_option()
110 par->hotdrop = true; in dccp_mt()
123 &par->hotdrop), in dccp_mt()
Dxt_sctp.c42 bool *hotdrop) in match_packet() argument
62 *hotdrop = true; in match_packet()
132 par->hotdrop = true; in sctp_mt()
144 info, &par->hotdrop), in sctp_mt()
Dxt_connlimit.c193 goto hotdrop; in connlimit_mt()
212 goto hotdrop; in connlimit_mt()
217 hotdrop: in connlimit_mt()
218 par->hotdrop = true; in connlimit_mt()
Dxt_esp.c55 par->hotdrop = true; in esp_mt()
Dxt_tcpmss.c76 par->hotdrop = true; in tcpmss_mt()
Dxt_hashlimit.c613 goto hotdrop; in hashlimit_mt()
621 goto hotdrop; in hashlimit_mt()
654 hotdrop: in hashlimit_mt()
655 par->hotdrop = true; in hashlimit_mt()
Dxt_multiport.c90 par->hotdrop = true; in multiport_mt()
Dxt_recent.c276 par->hotdrop = true; in recent_mt()
/net/ipv6/netfilter/
Dip6t_mh.c50 par->hotdrop = true; in mh_mt6()
57 par->hotdrop = true; in mh_mt6()
Dip6t_ah.c51 par->hotdrop = true; in ah_mt6()
57 par->hotdrop = true; in ah_mt6()
Dip6t_hbh.c68 par->hotdrop = true; in hbh_mt6()
74 par->hotdrop = true; in hbh_mt6()
Dip6t_frag.c49 par->hotdrop = true; in frag_mt6()
55 par->hotdrop = true; in frag_mt6()
Dip6t_rt.c55 par->hotdrop = true; in rt_mt6()
61 par->hotdrop = true; in rt_mt6()
Dip6t_eui64.c30 par->hotdrop = true; in eui64_mt6()
Dip6_tables.c90 int *fragoff, bool *hotdrop) in ip6_packet_match() argument
140 *hotdrop = true; in ip6_packet_match()
341 acpar.hotdrop = false; in ip6t_do_table()
367 &acpar.thoff, &acpar.fragoff, &acpar.hotdrop)) { in ip6t_do_table()
431 } while (!acpar.hotdrop); in ip6t_do_table()
441 if (acpar.hotdrop) in ip6t_do_table()
2150 par->hotdrop = true; in icmp6_match()
/net/ipv4/netfilter/
Dipt_ah.c49 par->hotdrop = true; in ah_mt()
Dip_tables.c319 acpar.hotdrop = false; in ipt_do_table()
421 } while (!acpar.hotdrop); in ipt_do_table()
431 if (acpar.hotdrop) in ipt_do_table()
2142 par->hotdrop = true; in icmp_match()
Darp_tables.c283 acpar.hotdrop = false; in arpt_do_table()
342 } while (!acpar.hotdrop); in arpt_do_table()
346 if (acpar.hotdrop) in arpt_do_table()
/net/bridge/netfilter/
Debtables.c203 acpar.hotdrop = false; in ebt_do_table()
227 if (acpar.hotdrop) { in ebt_do_table()