| /net/core/ |
| A D | flow_offload.c | 410 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 D | selftests.c | 292 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 D | net_namespace.c | 132 goto cleanup; in ops_init() 146 cleanup: in ops_init()
|
| /net/sctp/ |
| A D | proc.c | 383 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 D | ip_vs_proto.c | 320 goto cleanup; in ip_vs_protocol_net_init() 324 cleanup: in ip_vs_protocol_net_init()
|
| A D | ip_vs_ctl.c | 67 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 D | act_ct.c | 1394 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 D | act_simple.c | 208 .cleanup = tcf_simp_release,
|
| A D | act_connmark.c | 244 .cleanup = tcf_connmark_cleanup,
|
| A D | act_skbmod.c | 287 .cleanup = tcf_skbmod_cleanup,
|
| A D | act_nat.c | 323 .cleanup = tcf_nat_cleanup,
|
| A D | act_sample.c | 326 .cleanup = tcf_sample_cleanup,
|
| A D | act_bpf.c | 400 .cleanup = tcf_bpf_cleanup,
|
| A D | act_ctinfo.c | 365 .cleanup= tcf_ctinfo_cleanup,
|
| A D | act_vlan.c | 425 .cleanup = tcf_vlan_cleanup,
|
| A D | act_mpls.c | 448 .cleanup = tcf_mpls_cleanup,
|
| A D | act_skbedit.c | 422 .cleanup = tcf_skbedit_cleanup,
|
| A D | act_csum.c | 707 .cleanup = tcf_csum_cleanup,
|
| A D | act_mirred.c | 653 .cleanup = tcf_mirred_release,
|
| A D | act_pedit.c | 618 .cleanup = tcf_pedit_cleanup,
|
| A D | act_police.c | 499 .cleanup = tcf_police_cleanup,
|
| /net/netfilter/ipset/ |
| A D | ip_set_core.c | 1129 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 D | ip_set_hash_gen.h | 712 goto cleanup; in mtype_resize() 733 goto cleanup; in mtype_resize() 790 cleanup: in mtype_resize()
|
| /net/vmw_vsock/ |
| A D | af_vsock.c | 632 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 D | hci_conn.c | 157 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()
|