Home
last modified time | relevance | path

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

/linux-4.4.14/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.c336 goto hotdrop; in connlimit_mt()
353 goto hotdrop; in connlimit_mt()
358 hotdrop: in connlimit_mt()
359 par->hotdrop = true; in connlimit_mt()
Dxt_ipcomp.c58 par->hotdrop = true; in comp_mt()
Dxt_esp.c55 par->hotdrop = true; in esp_mt()
Dxt_tcpmss.c76 par->hotdrop = true; in tcpmss_mt()
Dnft_compat.c54 par->hotdrop = false; in nft_compat_set_par()
70 if (pkt->xt.hotdrop) in nft_target_eval_xt()
96 if (pkt->xt.hotdrop) in nft_target_eval_bridge()
320 if (pkt->xt.hotdrop) { in nft_match_eval()
Dxt_multiport.c90 par->hotdrop = true; in multiport_mt()
Dxt_hashlimit.c617 goto hotdrop; in hashlimit_mt()
625 goto hotdrop; in hashlimit_mt()
658 hotdrop: in hashlimit_mt()
659 par->hotdrop = true; in hashlimit_mt()
Dxt_recent.c285 par->hotdrop = true; in recent_mt()
/linux-4.4.14/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.c93 int *fragoff, bool *hotdrop) in ip6_packet_match() argument
143 *hotdrop = true; in ip6_packet_match()
342 acpar.hotdrop = false; in ip6t_do_table()
383 &acpar.thoff, &acpar.fragoff, &acpar.hotdrop)) { in ip6t_do_table()
444 } while (!acpar.hotdrop); in ip6t_do_table()
452 if (acpar.hotdrop) in ip6t_do_table()
2002 par->hotdrop = true; in icmp6_match()
/linux-4.4.14/net/ipv4/netfilter/
Dipt_ah.c49 par->hotdrop = true; in ah_mt()
Dip_tables.c317 acpar.hotdrop = false; in ipt_do_table()
431 } while (!acpar.hotdrop); in ipt_do_table()
440 if (acpar.hotdrop) in ipt_do_table()
2002 par->hotdrop = true; in icmp_match()
Darp_tables.c293 acpar.hotdrop = false; in arpt_do_table()
351 } while (!acpar.hotdrop); in arpt_do_table()
355 if (acpar.hotdrop) in arpt_do_table()
/linux-4.4.14/include/linux/netfilter_bridge/
Debtables.h29 bool *hotdrop);
/linux-4.4.14/include/linux/netfilter/
Dx_tables.h43 bool hotdrop; member
/linux-4.4.14/net/bridge/netfilter/
Debtables.c206 acpar.hotdrop = false; in ebt_do_table()
230 if (acpar.hotdrop) { in ebt_do_table()