Searched refs:clean (Results 1 - 4 of 4) sorted by relevance

/net/core/
H A Dlink_watch.c214 int clean = 0; local
219 clean = 1;
222 if (clean)
/net/wireless/
H A DMakefile25 clean-files := regdb.c
/net/netfilter/
H A Dnf_nat_core.c516 const struct nf_nat_proto_clean *clean = data; local
522 if ((clean->l3proto && nf_ct_l3num(i) != clean->l3proto) ||
523 (clean->l4proto && nf_ct_protonum(i) != clean->l4proto))
564 struct nf_nat_proto_clean clean = { local
572 nf_ct_iterate_cleanup(net, nf_nat_proto_remove, &clean, 0, 0);
578 struct nf_nat_proto_clean clean = { local
586 nf_ct_iterate_cleanup(net, nf_nat_proto_remove, &clean, 0, 0);
830 struct nf_nat_proto_clean clean local
[all...]
/net/bluetooth/
H A Da2mp.c545 goto clean;
550 clean:
967 goto clean;
975 clean:

Completed in 120 milliseconds