Searched refs:NF_ACCEPT (Results 51 - 75 of 78) sorted by relevance

1234

/linux-master/net/netfilter/
H A Dnf_conntrack_proto.c149 return NF_ACCEPT;
187 if (ret != NF_ACCEPT)
226 return NF_ACCEPT;
H A Dnf_nat_core.c676 return NF_ACCEPT;
731 return NF_ACCEPT;
769 unsigned int verdict = NF_ACCEPT;
816 return NF_ACCEPT;
840 if (ret != NF_ACCEPT)
847 if (ret != NF_ACCEPT)
H A Dnfnetlink_queue.c240 if (verdict != NF_ACCEPT) {
250 return NF_ACCEPT;
338 if (verdict == NF_ACCEPT) {
343 if (verdict == NF_ACCEPT) {
350 case NF_ACCEPT:
374 if (verdict == NF_ACCEPT ||
386 case NF_ACCEPT:
884 nfqnl_reinject(entry, NF_ACCEPT);
H A Dnf_flow_table_ip.c428 return NF_ACCEPT;
434 return NF_ACCEPT;
723 return NF_ACCEPT;
729 return NF_ACCEPT;
H A Dcore.c95 return NF_ACCEPT; /* ACCEPT makes nf_hook_slow call next hook */
628 case NF_ACCEPT:
H A Dnf_nat_masquerade.c50 return NF_ACCEPT;
H A Dnft_immediate.c287 case NF_ACCEPT:
H A Dnft_chain_filter.c189 return NF_ACCEPT;
H A Dnf_nat_sip.c300 return NF_ACCEPT;
428 return NF_ACCEPT;
634 return NF_ACCEPT;
H A Dnf_conntrack_h323_main.c536 return NF_ACCEPT;
566 return NF_ACCEPT;
1099 return NF_ACCEPT;
1128 return NF_ACCEPT;
1700 return NF_ACCEPT;
H A Dnf_tables_core.c310 case NF_ACCEPT:
H A Dnfnetlink_cthelper.c60 return NF_ACCEPT;
H A Dnft_compat.c119 regs->verdict.code = NF_ACCEPT;
H A Dx_tables.c645 case NF_ACCEPT: return true;
/linux-master/drivers/net/ipvlan/
H A Dipvlan_l3s.c112 return NF_ACCEPT;
/linux-master/net/sched/
H A Dact_ct.c934 return NF_ACCEPT;
949 return NF_ACCEPT;
1031 if (err != NF_ACCEPT)
1043 if (err != NF_ACCEPT)
1058 if (nf_ct_helper(skb, ct, ctinfo, family) != NF_ACCEPT)
1072 if (nf_conntrack_confirm(skb) != NF_ACCEPT)
/linux-master/net/openvswitch/
H A Dconntrack.c661 /* Returns NF_DROP if the packet should be dropped, NF_ACCEPT otherwise. */
670 return NF_ACCEPT;
691 return NF_ACCEPT;
732 if (err != NF_ACCEPT)
761 ovs_ct_nat(net, key, info, skb, ct, ctinfo) != NF_ACCEPT) {
794 nf_ct_helper(skb, ct, ctinfo, info->family) != NF_ACCEPT) {
999 if (nf_conntrack_confirm(skb) != NF_ACCEPT)
/linux-master/net/bridge/
H A Dbr_input.c279 case NF_ACCEPT:
/linux-master/security/selinux/
H A Dhooks.c5675 return NF_ACCEPT;
5680 return NF_ACCEPT;
5715 return NF_ACCEPT;
5725 return NF_ACCEPT;
5747 return NF_ACCEPT;
5757 return NF_ACCEPT;
5772 return NF_ACCEPT;
5787 return NF_ACCEPT;
5814 return NF_ACCEPT;
5832 return NF_ACCEPT;
[all...]
/linux-master/security/apparmor/
H A Dlsm.c2089 return NF_ACCEPT;
2093 return NF_ACCEPT;
2098 return NF_ACCEPT;
/linux-master/net/ipv6/ila/
H A Dila_xlat.c191 return NF_ACCEPT;
/linux-master/net/bridge/netfilter/
H A Debtables.c255 return NF_ACCEPT;
313 return NF_ACCEPT;
/linux-master/include/net/
H A Dip_vs.h602 * NF_ACCEPT can be returned when destination is local.
1790 return NF_ACCEPT;
/linux-master/net/ipv4/netfilter/
H A Dip_tables.c221 /* Returns one of the generic firewall policies, like NF_ACCEPT. */
583 return verdict == NF_DROP || verdict == NF_ACCEPT;
/linux-master/net/ipv6/netfilter/
H A Dip6_tables.c246 /* Returns one of the generic firewall policies, like NF_ACCEPT. */
601 return verdict == NF_DROP || verdict == NF_ACCEPT;

Completed in 730 milliseconds

1234