Home
last modified time | relevance | path

Searched refs:NF_DROP (Results 1 - 25 of 174) sorted by relevance

1234567

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_DSCP.c35 return NF_DROP; in dscp_tg()
53 return NF_DROP; in dscp_tg6()
83 return NF_DROP; in tos_tg()
103 return NF_DROP; in tos_tg6()
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_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()
428 return NF_DROP; in nf_nat_sip_expect()
[all...]
H A Dxt_TPROXY.c45 return NF_DROP; in tproxy_tg4()
89 return NF_DROP; in tproxy_tg4()
127 return NF_DROP; in tproxy_tg6_v1()
133 return NF_DROP; in tproxy_tg6_v1()
184 return NF_DROP; in tproxy_tg6_v1()
H A Dnf_flow_table_ip.c77 return NF_DROP; in nf_flow_nat_ip_l4proto()
81 return NF_DROP; in nf_flow_nat_ip_l4proto()
275 return NF_DROP; in nf_flow_offload_ip_hook()
289 return NF_DROP; in nf_flow_offload_ip_hook()
357 return NF_DROP; in nf_flow_nat_ipv6_l4proto()
361 return NF_DROP; in nf_flow_nat_ipv6_l4proto()
527 return NF_DROP; in nf_flow_offload_ipv6_hook()
530 return NF_DROP; in nf_flow_offload_ipv6_hook()
H A Dnf_nat_amanda.c62 return NF_DROP; in help()
71 return NF_DROP; in help()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/net/netfilter/
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_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.c8 * Returns either NF_ACCEPT or NF_DROP.
31 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 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 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dnetfilter.h11 #define NF_DROP 0 macro
27 /* queue number (NF_QUEUE) or errno (NF_DROP) */
33 #define NF_DROP_ERR(x) (((-x) << 16) | NF_DROP)
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dnetfilter.h11 #define NF_DROP 0 macro
27 /* queue number (NF_QUEUE) or errno (NF_DROP) */
33 #define NF_DROP_ERR(x) (((-x) << 16) | NF_DROP)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dnetfilter.h25 #define NF_DROP 0 macro
37 #define NF_DROP_ERR(x) (((- x) << 16) | NF_DROP)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dnetfilter.h25 #define NF_DROP 0 macro
37 #define NF_DROP_ERR(x) (((- x) << 16) | NF_DROP)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dnetfilter.h12 #define NF_DROP 0 macro
24 #define NF_DROP_ERR(x) (((-x) << 16) | NF_DROP)
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_netfilter_ipv6.c170 return NF_DROP; in br_nf_pre_routing_ipv6()
174 return NF_DROP; in br_nf_pre_routing_ipv6()
176 return NF_DROP; in br_nf_pre_routing_ipv6()

Completed in 9 milliseconds

1234567