Home
last modified time | relevance | path

Searched refs:cleanup (Results 1 – 25 of 36) sorted by relevance

12

/net/core/
A Dflow_offload.c410 void (*cleanup)(struct flow_block_cb *block_cb); member
427 cb(cur->dev, cur->sch, cb_priv, cur->type, &bo, cur->data, cur->cleanup); in existing_qdiscs_register()
481 this->indr.cleanup(this); in flow_block_indr_notify()
520 void (*cleanup)(struct flow_block_cb *block_cb)) in flow_block_indr_init()
527 flow_block->indr.cleanup = cleanup; in flow_block_indr_init()
537 void (*cleanup)(struct flow_block_cb *block_cb)) in flow_indr_block_cb_alloc()
545 flow_block_indr_init(block_cb, bo, dev, sch, data, indr_cb_priv, cleanup); in flow_indr_block_cb_alloc()
582 info->cleanup = cleanup; in indir_dev_add()
608 void (*cleanup)(struct flow_block_cb *block_cb)) in flow_indr_dev_setup_offload()
617 indir_dev_add(data, dev, sch, type, cleanup, bo); in flow_indr_dev_setup_offload()
[all …]
A Dselftests.c292 goto cleanup; in __net_test_loopback()
297 goto cleanup; in __net_test_loopback()
300 goto cleanup; in __net_test_loopback()
314 cleanup: in __net_test_loopback()
A Dnet_namespace.c132 goto cleanup; in ops_init()
146 cleanup: in ops_init()
/net/sctp/
A Dproc.c383 goto cleanup; in sctp_proc_init()
386 goto cleanup; in sctp_proc_init()
389 goto cleanup; in sctp_proc_init()
392 goto cleanup; in sctp_proc_init()
395 cleanup: in sctp_proc_init()
/net/netfilter/ipvs/
A Dip_vs_proto.c320 goto cleanup; in ip_vs_protocol_net_init()
324 cleanup: in ip_vs_protocol_net_init()
A Dip_vs_ctl.c67 static void __ip_vs_del_service(struct ip_vs_service *svc, bool cleanup);
1243 bool cleanup) in __ip_vs_del_dest() argument
1256 if (list_empty(&ipvs->dest_trash) && !cleanup) in __ip_vs_del_dest()
1267 if (!cleanup) in __ip_vs_del_dest()
1608 static void __ip_vs_del_service(struct ip_vs_service *svc, bool cleanup) in __ip_vs_del_service() argument
1643 __ip_vs_del_dest(svc->ipvs, dest, cleanup); in __ip_vs_del_service()
1666 static void ip_vs_unlink_service(struct ip_vs_service *svc, bool cleanup) in ip_vs_unlink_service() argument
1676 __ip_vs_del_service(svc, cleanup); in ip_vs_unlink_service()
1695 static int ip_vs_flush(struct netns_ipvs *ipvs, bool cleanup) in ip_vs_flush() argument
1708 ip_vs_unlink_service(svc, cleanup); in ip_vs_flush()
[all …]
/net/sched/
A Dact_ct.c1394 goto cleanup; in tcf_ct_init()
1401 goto cleanup; in tcf_ct_init()
1406 goto cleanup; in tcf_ct_init()
1410 goto cleanup; in tcf_ct_init()
1426 cleanup: in tcf_ct_init()
1631 .cleanup = tcf_ct_cleanup,
A Dact_simple.c208 .cleanup = tcf_simp_release,
A Dact_connmark.c244 .cleanup = tcf_connmark_cleanup,
A Dact_skbmod.c287 .cleanup = tcf_skbmod_cleanup,
A Dact_nat.c323 .cleanup = tcf_nat_cleanup,
A Dact_sample.c326 .cleanup = tcf_sample_cleanup,
A Dact_bpf.c400 .cleanup = tcf_bpf_cleanup,
A Dact_ctinfo.c365 .cleanup= tcf_ctinfo_cleanup,
A Dact_vlan.c425 .cleanup = tcf_vlan_cleanup,
A Dact_mpls.c448 .cleanup = tcf_mpls_cleanup,
A Dact_skbedit.c422 .cleanup = tcf_skbedit_cleanup,
A Dact_csum.c707 .cleanup = tcf_csum_cleanup,
A Dact_mirred.c653 .cleanup = tcf_mirred_release,
A Dact_pedit.c618 .cleanup = tcf_pedit_cleanup,
A Dact_police.c499 .cleanup = tcf_police_cleanup,
/net/netfilter/ipset/
A Dip_set_core.c1129 goto cleanup; in ip_set_create()
1136 goto cleanup; in ip_set_create()
1140 goto cleanup; in ip_set_create()
1153 goto cleanup; in ip_set_create()
1162 cleanup: in ip_set_create()
A Dip_set_hash_gen.h712 goto cleanup; in mtype_resize()
733 goto cleanup; in mtype_resize()
790 cleanup: in mtype_resize()
/net/vmw_vsock/
A Daf_vsock.c632 bool cleanup; in vsock_pending_work() local
637 cleanup = true; in vsock_pending_work()
652 cleanup = false; in vsock_pending_work()
667 if (cleanup) in vsock_pending_work()
/net/bluetooth/
A Dhci_conn.c157 if (conn->cleanup) in hci_conn_cleanup()
158 conn->cleanup(conn); in hci_conn_cleanup()
989 conn->cleanup = bis_cleanup; in __hci_conn_add()
991 conn->cleanup = cis_cleanup; in __hci_conn_add()
1901 cis->cleanup = cis_cleanup; in hci_bind_cis()

Completed in 74 milliseconds

12