Home
last modified time | relevance | path

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

/linux/net/netfilter/
A Dxt_tcpudp.c37 bool *hotdrop) in tcp_find_option() argument
53 *hotdrop = true; in tcp_find_option()
81 par->hotdrop = true; in tcp_mt()
92 par->hotdrop = true; in tcp_mt()
109 par->hotdrop = true; in tcp_mt()
115 &par->hotdrop)) in tcp_mt()
144 par->hotdrop = true; in udp_mt()
A Dxt_dccp.c38 bool *hotdrop) in dccp_find_option() argument
77 *hotdrop = true; in dccp_find_option()
90 const struct dccp_hdr *dh, bool *hotdrop) in match_option() argument
92 return dccp_find_option(option, skb, protoff, dh, hotdrop); in match_option()
107 par->hotdrop = true; in dccp_mt()
120 &par->hotdrop), in dccp_mt()
A Dxt_connlimit.c48 goto hotdrop; in connlimit_mt()
76 goto hotdrop; in connlimit_mt()
80 hotdrop: in connlimit_mt()
81 par->hotdrop = true; in connlimit_mt()
A Dxt_sctp.c43 bool *hotdrop) in match_packet() argument
63 *hotdrop = true; in match_packet()
133 par->hotdrop = true; in sctp_mt()
145 info, &par->hotdrop), in sctp_mt()
A Dxt_esp.c52 par->hotdrop = true; in esp_mt()
A Dxt_ipcomp.c56 par->hotdrop = true; in comp_mt()
A Dxt_tcpmss.c73 par->hotdrop = true; in tcpmss_mt()
A Dnft_compat.c70 par->hotdrop = false; in nft_compat_set_par()
87 if (xt.hotdrop) in nft_target_eval_xt()
114 if (xt.hotdrop) in nft_target_eval_bridge()
382 if (xt.hotdrop) { in __nft_match_eval()
A Dxt_multiport.c101 par->hotdrop = true; in multiport_mt()
A Dxt_hashlimit.c736 goto hotdrop; in hashlimit_mt_common()
744 goto hotdrop; in hashlimit_mt_common()
792 hotdrop: in hashlimit_mt_common()
793 par->hotdrop = true; in hashlimit_mt_common()
A Dxt_recent.c288 par->hotdrop = true; in recent_mt()
/linux/net/ipv6/netfilter/
A Dip6t_rt.c47 par->hotdrop = true; in rt_mt6()
53 par->hotdrop = true; in rt_mt6()
82 par->hotdrop = true; in rt_mt6()
108 par->hotdrop = true; in rt_mt6()
134 par->hotdrop = true; in rt_mt6()
A Dip6t_mh.c46 par->hotdrop = true; in mh_mt6()
53 par->hotdrop = true; in mh_mt6()
A Dip6t_ah.c48 par->hotdrop = true; in ah_mt6()
54 par->hotdrop = true; in ah_mt6()
A Dip6t_frag.c46 par->hotdrop = true; in frag_mt6()
52 par->hotdrop = true; in frag_mt6()
A Dip6t_hbh.c65 par->hotdrop = true; in hbh_mt6()
71 par->hotdrop = true; in hbh_mt6()
A Dip6t_eui64.c27 par->hotdrop = true; in eui64_mt6()
A Dip6t_ipv6header.c66 par->hotdrop = true; in ipv6header_mt6()
A Dip6_tables.c54 u16 *fragoff, bool *hotdrop) in ip6_packet_match() argument
87 *hotdrop = true; in ip6_packet_match()
277 acpar.hotdrop = false; in ip6t_do_table()
309 &acpar.thoff, &acpar.fragoff, &acpar.hotdrop)) { in ip6t_do_table()
374 } while (!acpar.hotdrop); in ip6t_do_table()
379 if (acpar.hotdrop) in ip6t_do_table()
1831 par->hotdrop = true; in icmp6_match()
/linux/net/ipv4/netfilter/
A Dipt_ah.c46 par->hotdrop = true; in ah_mt()
A Dip_tables.c256 acpar.hotdrop = false; in ipt_do_table()
356 } while (!acpar.hotdrop); in ipt_do_table()
361 if (acpar.hotdrop) in ipt_do_table()
1826 par->hotdrop = true; in icmp_match()
A Darp_tables.c218 acpar.hotdrop = false; in arpt_do_table()
280 } while (!acpar.hotdrop); in arpt_do_table()
284 if (acpar.hotdrop) in arpt_do_table()
/linux/include/linux/netfilter_bridge/
A Debtables.h26 bool *hotdrop);
/linux/include/linux/netfilter/
A Dx_tables.h41 bool hotdrop; member
/linux/net/bridge/netfilter/
A Debtables.c209 acpar.hotdrop = false; in ebt_do_table()
232 if (acpar.hotdrop) { in ebt_do_table()

Completed in 54 milliseconds