Home
last modified time | relevance | path

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

/Linux-v4.19/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()
91 par->hotdrop = true; in tcp_mt()
108 par->hotdrop = true; in tcp_mt()
114 &par->hotdrop)) in tcp_mt()
143 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_connlimit.c46 goto hotdrop; in connlimit_mt()
74 goto hotdrop; in connlimit_mt()
78 hotdrop: in connlimit_mt()
79 par->hotdrop = true; in connlimit_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_esp.c55 par->hotdrop = true; in esp_mt()
Dxt_ipcomp.c60 par->hotdrop = true; in comp_mt()
Dxt_tcpmss.c76 par->hotdrop = true; in tcpmss_mt()
Dxt_multiport.c104 par->hotdrop = true; in multiport_mt()
Dnft_compat.c86 par->hotdrop = false; in nft_compat_set_par()
102 if (pkt->xt.hotdrop) in nft_target_eval_xt()
128 if (pkt->xt.hotdrop) in nft_target_eval_bridge()
347 if (pkt->xt.hotdrop) { in __nft_match_eval()
Dxt_hashlimit.c747 goto hotdrop; in hashlimit_mt_common()
755 goto hotdrop; in hashlimit_mt_common()
803 hotdrop: in hashlimit_mt_common()
804 par->hotdrop = true; in hashlimit_mt_common()
Dxt_recent.c284 par->hotdrop = true; in recent_mt()
/Linux-v4.19/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_frag.c49 par->hotdrop = true; in frag_mt6()
55 par->hotdrop = true; in frag_mt6()
Dip6t_hbh.c68 par->hotdrop = true; in hbh_mt6()
74 par->hotdrop = true; in hbh_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.c57 int *fragoff, bool *hotdrop) in ip6_packet_match() argument
90 *hotdrop = true; in ip6_packet_match()
279 acpar.hotdrop = false; in ip6t_do_table()
311 &acpar.thoff, &acpar.fragoff, &acpar.hotdrop)) { in ip6t_do_table()
376 } while (!acpar.hotdrop); in ip6t_do_table()
381 if (acpar.hotdrop) in ip6t_do_table()
1847 par->hotdrop = true; in icmp6_match()
/Linux-v4.19/net/ipv4/netfilter/
Dipt_ah.c49 par->hotdrop = true; in ah_mt()
Dip_tables.c258 acpar.hotdrop = false; in ipt_do_table()
358 } while (!acpar.hotdrop); in ipt_do_table()
363 if (acpar.hotdrop) in ipt_do_table()
1838 par->hotdrop = true; in icmp_match()
Darp_tables.c216 acpar.hotdrop = false; in arpt_do_table()
278 } while (!acpar.hotdrop); in arpt_do_table()
282 if (acpar.hotdrop) in arpt_do_table()
/Linux-v4.19/include/linux/netfilter_bridge/
Debtables.h26 bool *hotdrop);
/Linux-v4.19/include/linux/netfilter/
Dx_tables.h41 bool hotdrop; member
/Linux-v4.19/net/bridge/netfilter/
Debtables.c204 acpar.hotdrop = false; in ebt_do_table()
227 if (acpar.hotdrop) { in ebt_do_table()