Searched defs:cleanup (Results 1 - 2 of 2) sorted by relevance

/net/vmw_vsock/
H A Daf_vsock.c51 * process and the responsibility for cleanup falls with that user process.
55 * request. Because of this, we must schedule a cleanup function to run in the
60 * function will also cleanup rejected sockets, those that reach the connected
65 * implementation will perform some cleanup then drop the last reference so our
67 * perform additional cleanup that's common for both types of sockets.
439 bool cleanup; local
444 cleanup = true;
457 cleanup = false;
475 if (cleanup)
1298 * socket rejected, drop our reference, and let the cleanup
[all...]
/net/netfilter/ipvs/
H A Dip_vs_ctl.c71 static void __ip_vs_del_service(struct ip_vs_service *svc, bool cleanup);
1025 bool cleanup)
1040 if (list_empty(&ipvs->dest_trash) && !cleanup)
1350 static void __ip_vs_del_service(struct ip_vs_service *svc, bool cleanup) argument
1379 __ip_vs_del_dest(svc->net, dest, cleanup);
1402 static void ip_vs_unlink_service(struct ip_vs_service *svc, bool cleanup) argument
1411 __ip_vs_del_service(svc, cleanup);
1430 static int ip_vs_flush(struct net *net, bool cleanup) argument
1443 ip_vs_unlink_service(svc, cleanup);
1454 ip_vs_unlink_service(svc, cleanup);
1024 __ip_vs_del_dest(struct net *net, struct ip_vs_dest *dest, bool cleanup) argument
[all...]

Completed in 785 milliseconds