Home
last modified time | relevance | path

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

12

/net/core/
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()
565 enum tc_setup_type type, void (*cleanup)(struct flow_block_cb *block_cb), in indir_dev_add()
582 info->cleanup = cleanup; in indir_dev_add()
608 void (*cleanup)(struct flow_block_cb *block_cb)) in flow_indr_dev_setup_offload()
[all …]
Dselftests.c264 goto cleanup; in __net_test_loopback()
269 goto cleanup; in __net_test_loopback()
272 goto cleanup; in __net_test_loopback()
281 cleanup: in __net_test_loopback()
Dnet_namespace.c135 goto cleanup; in ops_init()
149 cleanup: in ops_init()
/net/sctp/
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/
Dip_vs_proto.c320 goto cleanup; in ip_vs_protocol_net_init()
324 cleanup: in ip_vs_protocol_net_init()
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()
1607 static void __ip_vs_del_service(struct ip_vs_service *svc, bool cleanup) in __ip_vs_del_service() argument
1642 __ip_vs_del_dest(svc->ipvs, dest, cleanup); in __ip_vs_del_service()
1665 static void ip_vs_unlink_service(struct ip_vs_service *svc, bool cleanup) in ip_vs_unlink_service() argument
1675 __ip_vs_del_service(svc, cleanup); in ip_vs_unlink_service()
1694 static int ip_vs_flush(struct netns_ipvs *ipvs, bool cleanup) in ip_vs_flush() argument
1707 ip_vs_unlink_service(svc, cleanup); in ip_vs_flush()
[all …]
/net/sched/
Dact_ct.c1363 goto cleanup; in tcf_ct_init()
1370 goto cleanup; in tcf_ct_init()
1375 goto cleanup; in tcf_ct_init()
1379 goto cleanup; in tcf_ct_init()
1394 cleanup: in tcf_ct_init()
1600 .cleanup = tcf_ct_cleanup,
Dact_ipt.c380 .cleanup = tcf_ipt_release,
410 .cleanup = tcf_ipt_release,
Dact_simple.c208 .cleanup = tcf_simp_release,
Dact_connmark.c242 .cleanup = tcf_connmark_cleanup,
Dact_skbmod.c287 .cleanup = tcf_skbmod_cleanup,
Dact_nat.c324 .cleanup = tcf_nat_cleanup,
Dact_sample.c314 .cleanup = tcf_sample_cleanup,
Dact_ctinfo.c363 .cleanup= tcf_ctinfo_cleanup,
Dact_bpf.c400 .cleanup = tcf_bpf_cleanup,
Dact_vlan.c424 .cleanup = tcf_vlan_cleanup,
Dact_mirred.c510 .cleanup = tcf_mirred_release,
Dact_mpls.c451 .cleanup = tcf_mpls_cleanup,
Dact_skbedit.c424 .cleanup = tcf_skbedit_cleanup,
Dact_pedit.c618 .cleanup = tcf_pedit_cleanup,
Dact_csum.c707 .cleanup = tcf_csum_cleanup,
/net/vmw_vsock/
Daf_vsock.c583 bool cleanup; in vsock_pending_work() local
588 cleanup = true; in vsock_pending_work()
603 cleanup = false; in vsock_pending_work()
618 if (cleanup) in vsock_pending_work()
/net/netfilter/ipset/
Dip_set_core.c1124 goto cleanup; in ip_set_create()
1131 goto cleanup; in ip_set_create()
1135 goto cleanup; in ip_set_create()
1148 goto cleanup; in ip_set_create()
1157 cleanup: in ip_set_create()
Dip_set_hash_gen.h711 goto cleanup; in mtype_resize()
732 goto cleanup; in mtype_resize()
789 cleanup: in mtype_resize()
/net/bluetooth/
Dhci_conn.c158 if (conn->cleanup) in hci_conn_cleanup()
159 conn->cleanup(conn); in hci_conn_cleanup()
1022 conn->cleanup = bis_cleanup; in __hci_conn_add()
1024 conn->cleanup = cis_cleanup; in __hci_conn_add()
1951 cis->cleanup = cis_cleanup; in hci_bind_cis()

12