Home
last modified time | relevance | path

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

1234

/linux/tools/testing/selftests/bpf/progs/
H A Dip_check_defrag.c7 #define NF_DROP 0 macro
52 return NF_DROP; in handle_v4()
56 return NF_DROP; in handle_v4()
61 return NF_DROP; in handle_v4()
74 return NF_DROP; in handle_v6()
78 return NF_DROP; in handle_v6()
83 return NF_DROP; in handle_v6()
H A Dverifier_netfilter_ctx.c68 #define NF_DROP 0 macro
118 return th->dest == bpf_htons(22) ? NF_ACCEPT : NF_DROP; in with_valid_ctx_access_test6()
/linux/net/ipv4/netfilter/
H A Darpt_mangle.c21 return NF_DROP; in target()
31 return NF_DROP; in target()
38 return NF_DROP; in target()
45 return NF_DROP; in target()
52 return NF_DROP; in target()
66 if (mangle->target != NF_DROP && mangle->target != NF_ACCEPT && in checkentry()
H A Dipt_SYNPROXY.c22 return NF_DROP; in synproxy_tg4()
26 return NF_DROP; in synproxy_tg4()
29 return NF_DROP; in synproxy_tg4()
57 return NF_DROP; in synproxy_tg4()
H A Dnf_nat_snmp_basic_main.c151 return NF_DROP; in snmp_translate()
186 return NF_DROP; in help()
191 return NF_DROP; in help()
H A Dnf_nat_pptp.c136 return NF_DROP; in pptp_outbound_pkt()
194 return NF_DROP; in pptp_outbound_pkt()
245 return NF_DROP; in pptp_inbound_pkt()
294 return NF_DROP; in pptp_inbound_pkt()
H A Dipt_ECN.c83 return NF_DROP; in ecn_tg()
88 return NF_DROP; in ecn_tg()
/linux/net/netfilter/
H A Dxt_TCPOPTSTRIP.c46 return NF_DROP; in tcpoptstrip_mangle_packet()
50 return NF_DROP; in tcpoptstrip_mangle_packet()
53 return NF_DROP; in tcpoptstrip_mangle_packet()
106 return NF_DROP; in tcpoptstrip_tg6()
H A Dnf_nat_ovs.c31 err = NF_DROP; in nf_ct_nat_execute()
45 err = NF_DROP; in nf_ct_nat_execute()
73 err = NF_DROP; in nf_ct_nat_execute()
96 return NF_DROP; /* Can't NAT. */ in nf_ct_nat()
H A Dxt_DSCP.c37 return NF_DROP; in dscp_tg()
54 return NF_DROP; in dscp_tg6()
83 return NF_DROP; in tos_tg()
103 return NF_DROP; in tos_tg6()
H A Dxt_TPROXY.c45 return NF_DROP; in tproxy_tg4()
81 return NF_DROP; in tproxy_tg4()
118 return NF_DROP; in tproxy_tg6_v1()
122 return NF_DROP; in tproxy_tg6_v1()
163 return NF_DROP; in tproxy_tg6_v1()
H A Dnf_nat_sip.c167 return NF_DROP; in nf_nat_sip()
203 return NF_DROP; in nf_nat_sip()
221 return NF_DROP; in nf_nat_sip()
238 return NF_DROP; in nf_nat_sip()
254 return NF_DROP; in nf_nat_sip()
271 return NF_DROP; in nf_nat_sip()
278 return NF_DROP; in nf_nat_sip()
287 return NF_DROP; in nf_nat_sip()
296 return NF_DROP; in nf_nat_sip()
416 return NF_DROP; in nf_nat_sip_expect()
[all …]
H A Dnf_nat_amanda.c50 return NF_DROP; in help()
59 return NF_DROP; in help()
H A Dnft_synproxy.c69 regs->verdict.code = NF_DROP; in nft_synproxy_eval_v4()
100 regs->verdict.code = NF_DROP; in nft_synproxy_eval_v6()
122 regs->verdict.code = NF_DROP; in nft_synproxy_do_eval()
130 regs->verdict.code = NF_DROP; in nft_synproxy_do_eval()
135 regs->verdict.code = NF_DROP; in nft_synproxy_do_eval()
H A Dnf_nat_irc.c55 return NF_DROP; in help()
80 return NF_DROP; in help()
H A Dnf_nat_redirect.c74 return NF_DROP; in nf_nat_redirect_ipv4()
133 return NF_DROP; in nf_nat_redirect_ipv6()
H A Dxt_HL.c33 return NF_DROP; in ttl_tg()
73 return NF_DROP; in hl_tg6()
H A Dnf_nat_ftp.c92 return NF_DROP; in nf_nat_ftp()
111 return NF_DROP; in nf_nat_ftp()
H A Dnf_conntrack_tftp.c67 return NF_DROP; in tftp_help()
83 ret = NF_DROP; in tftp_help()
H A Dnf_flow_table_ip.c344 return NF_DROP; in nf_flow_queue_xmit()
439 return NF_DROP; in nf_flow_offload_ip_hook()
466 if (ret == NF_DROP) in nf_flow_offload_ip_hook()
471 ret = NF_DROP; in nf_flow_offload_ip_hook()
734 return NF_DROP; in nf_flow_offload_ipv6_hook()
761 if (ret == NF_DROP) in nf_flow_offload_ipv6_hook()
766 ret = NF_DROP; in nf_flow_offload_ipv6_hook()
H A Dxt_TCPMSS.c207 return NF_DROP; in tcpmss_tg4()
230 return NF_DROP; in tcpmss_tg6()
236 return NF_DROP; in tcpmss_tg6()
H A Dnf_conntrack_ovs.c57 return NF_DROP; in nf_ct_helper()
73 return NF_DROP; in nf_ct_helper()
/linux/net/ipv6/netfilter/
H A Dip6t_SYNPROXY.c22 return NF_DROP; in synproxy_tg6()
26 return NF_DROP; in synproxy_tg6()
29 return NF_DROP; in synproxy_tg6()
59 return NF_DROP; in synproxy_tg6()
/linux/include/uapi/linux/
H A Dnetfilter.h11 #define NF_DROP 0 macro
33 #define NF_DROP_ERR(x) (((-x) << 16) | NF_DROP)
/linux/net/netfilter/ipvs/
H A Dip_vs_core.c594 return NF_DROP; in ip_vs_leave()
621 return NF_DROP; in ip_vs_leave()
652 return NF_DROP; in ip_vs_leave()
670 return NF_DROP; in ip_vs_leave()
863 unsigned int verdict = NF_DROP; in handle_response_icmp()
938 return NF_DROP; in ip_vs_out_icmp()
1004 return NF_DROP; in ip_vs_out_icmp_v6()
1021 return NF_DROP; in ip_vs_out_icmp_v6()
1458 return NF_DROP; in ip_vs_out_hook()
1608 return NF_DROP; in ip_vs_in_icmp()
[all …]

1234