Searched refs:cleanup (Results 1 – 15 of 15) sorted by relevance
/net/sched/ |
D | act_ipt.c | 270 .cleanup = tcf_ipt_release, 280 .cleanup = tcf_ipt_release,
|
D | act_simple.c | 169 .cleanup = tcf_simp_release,
|
D | act_mirred.c | 242 .cleanup = tcf_mirred_release,
|
D | act_pedit.c | 223 .cleanup = tcf_pedit_cleanup,
|
D | act_api.c | 61 if (a->ops->cleanup) in tcf_hash_release() 62 a->ops->cleanup(a, bind); in tcf_hash_release()
|
/net/netfilter/ipvs/ |
D | ip_vs_proto.c | 344 goto cleanup; in ip_vs_protocol_net_init() 348 cleanup: in ip_vs_protocol_net_init()
|
D | ip_vs_ctl.c | 71 static void __ip_vs_del_service(struct ip_vs_service *svc, bool cleanup); 1026 bool cleanup) in __ip_vs_del_dest() argument 1041 if (list_empty(&ipvs->dest_trash) && !cleanup) in __ip_vs_del_dest() 1365 static void __ip_vs_del_service(struct ip_vs_service *svc, bool cleanup) in __ip_vs_del_service() argument 1394 __ip_vs_del_dest(svc->net, dest, cleanup); in __ip_vs_del_service() 1417 static void ip_vs_unlink_service(struct ip_vs_service *svc, bool cleanup) in ip_vs_unlink_service() argument 1426 __ip_vs_del_service(svc, cleanup); in ip_vs_unlink_service() 1445 static int ip_vs_flush(struct net *net, bool cleanup) in ip_vs_flush() argument 1458 ip_vs_unlink_service(svc, cleanup); in ip_vs_flush() 1469 ip_vs_unlink_service(svc, cleanup); in ip_vs_flush()
|
/net/vmw_vsock/ |
D | af_vsock.c | 439 bool cleanup; in vsock_pending_work() local 444 cleanup = true; in vsock_pending_work() 457 cleanup = false; in vsock_pending_work() 475 if (cleanup) in vsock_pending_work()
|
/net/netfilter/ipset/ |
D | ip_set_core.c | 896 goto cleanup; in ip_set_create() 903 goto cleanup; in ip_set_create() 907 goto cleanup; in ip_set_create() 920 goto cleanup; in ip_set_create() 930 cleanup: in ip_set_create()
|
/net/core/ |
D | net_namespace.c | 106 goto cleanup; in ops_init() 114 cleanup: in ops_init()
|
/net/ipv4/ |
D | route.c | 1566 goto cleanup; in __mkroute_input() 1587 goto cleanup; in __mkroute_input() 1609 goto cleanup; in __mkroute_input() 1630 cleanup: in __mkroute_input()
|
D | tcp_metrics.c | 1177 goto cleanup; in tcp_metrics_init() 1187 cleanup: in tcp_metrics_init()
|
/net/bluetooth/rfcomm/ |
D | core.c | 2220 goto cleanup; in rfcomm_init() 2233 cleanup: in rfcomm_init()
|
D | tty.c | 1135 .cleanup = rfcomm_tty_cleanup,
|
/net/sctp/ |
D | sm_statefuns.c | 1457 goto cleanup; in sctp_sf_do_unexpected_init() 1557 cleanup: in sctp_sf_do_unexpected_init()
|