Lines Matching refs:NF_ACCEPT
443 return NF_ACCEPT; in ovs_ct_helper()
447 return NF_ACCEPT; in ovs_ct_helper()
451 return NF_ACCEPT; in ovs_ct_helper()
466 return NF_ACCEPT; in ovs_ct_helper()
477 if (err != NF_ACCEPT) in ovs_ct_helper()
487 return NF_ACCEPT; in ovs_ct_helper()
740 int hooknum, nh_off, err = NF_ACCEPT; in ovs_ct_nat_execute()
792 if (err != NF_ACCEPT) in ovs_ct_nat_execute()
876 return NF_ACCEPT; /* Can't NAT. */ in ovs_ct_nat()
902 return NF_ACCEPT; /* Connection is not NATed. */ in ovs_ct_nat()
907 if (err == NF_ACCEPT) in ovs_ct_nat()
918 return NF_ACCEPT; in ovs_ct_nat()
959 if (err != NF_ACCEPT) in __ovs_ct_lookup()
986 ovs_ct_nat(net, key, info, skb, ct, ctinfo) != NF_ACCEPT) { in __ovs_ct_lookup()
1015 ovs_ct_helper(skb, info->family) != NF_ACCEPT) { in __ovs_ct_lookup()
1228 if (nf_conntrack_confirm(skb) != NF_ACCEPT) in ovs_ct_commit()