/net/core/ |
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() 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 …]
|
D | selftests.c | 264 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()
|
D | net_namespace.c | 135 goto cleanup; in ops_init() 149 cleanup: in ops_init()
|
/net/sctp/ |
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/ |
D | ip_vs_proto.c | 320 goto cleanup; in ip_vs_protocol_net_init() 324 cleanup: in ip_vs_protocol_net_init()
|
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() 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/ |
D | act_ct.c | 1363 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,
|
D | act_ipt.c | 380 .cleanup = tcf_ipt_release, 410 .cleanup = tcf_ipt_release,
|
D | act_simple.c | 208 .cleanup = tcf_simp_release,
|
D | act_connmark.c | 242 .cleanup = tcf_connmark_cleanup,
|
D | act_skbmod.c | 287 .cleanup = tcf_skbmod_cleanup,
|
D | act_nat.c | 324 .cleanup = tcf_nat_cleanup,
|
D | act_sample.c | 314 .cleanup = tcf_sample_cleanup,
|
D | act_ctinfo.c | 363 .cleanup= tcf_ctinfo_cleanup,
|
D | act_bpf.c | 400 .cleanup = tcf_bpf_cleanup,
|
D | act_vlan.c | 424 .cleanup = tcf_vlan_cleanup,
|
D | act_mirred.c | 510 .cleanup = tcf_mirred_release,
|
D | act_mpls.c | 451 .cleanup = tcf_mpls_cleanup,
|
D | act_skbedit.c | 424 .cleanup = tcf_skbedit_cleanup,
|
D | act_pedit.c | 618 .cleanup = tcf_pedit_cleanup,
|
D | act_csum.c | 707 .cleanup = tcf_csum_cleanup,
|
/net/vmw_vsock/ |
D | af_vsock.c | 583 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/ |
D | ip_set_core.c | 1124 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()
|
D | ip_set_hash_gen.h | 711 goto cleanup; in mtype_resize() 732 goto cleanup; in mtype_resize() 789 cleanup: in mtype_resize()
|
/net/bluetooth/ |
D | hci_conn.c | 158 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()
|