/linux/net/ipv4/netfilter/ |
A D | nf_nat_h323.c | 600 RCU_INIT_POINTER(nat_t120_hook, nat_t120); in init() 601 RCU_INIT_POINTER(nat_h245_hook, nat_h245); in init() 603 RCU_INIT_POINTER(nat_q931_hook, nat_q931); in init() 612 RCU_INIT_POINTER(set_h245_addr_hook, NULL); in fini() 613 RCU_INIT_POINTER(set_h225_addr_hook, NULL); in fini() 614 RCU_INIT_POINTER(set_sig_addr_hook, NULL); in fini() 615 RCU_INIT_POINTER(set_ras_addr_hook, NULL); in fini() 616 RCU_INIT_POINTER(nat_rtp_rtcp_hook, NULL); in fini() 617 RCU_INIT_POINTER(nat_t120_hook, NULL); in fini() 618 RCU_INIT_POINTER(nat_h245_hook, NULL); in fini() [all …]
|
A D | nf_nat_pptp.c | 301 RCU_INIT_POINTER(nf_nat_pptp_hook_outbound, pptp_outbound_pkt); in nf_nat_helper_pptp_init() 304 RCU_INIT_POINTER(nf_nat_pptp_hook_inbound, pptp_inbound_pkt); in nf_nat_helper_pptp_init() 307 RCU_INIT_POINTER(nf_nat_pptp_hook_exp_gre, pptp_exp_gre); in nf_nat_helper_pptp_init() 310 RCU_INIT_POINTER(nf_nat_pptp_hook_expectfn, pptp_nat_expected); in nf_nat_helper_pptp_init() 316 RCU_INIT_POINTER(nf_nat_pptp_hook_expectfn, NULL); in nf_nat_helper_pptp_fini() 317 RCU_INIT_POINTER(nf_nat_pptp_hook_exp_gre, NULL); in nf_nat_helper_pptp_fini() 318 RCU_INIT_POINTER(nf_nat_pptp_hook_inbound, NULL); in nf_nat_helper_pptp_fini() 319 RCU_INIT_POINTER(nf_nat_pptp_hook_outbound, NULL); in nf_nat_helper_pptp_fini()
|
A D | nf_nat_snmp_basic_main.c | 218 RCU_INIT_POINTER(nf_nat_snmp_hook, help); in nf_nat_snmp_basic_init() 225 RCU_INIT_POINTER(nf_nat_snmp_hook, NULL); in nf_nat_snmp_basic_fini()
|
/linux/drivers/dma-buf/ |
A D | dma-resv.c | 107 RCU_INIT_POINTER(obj->fence, NULL); in dma_resv_init() 108 RCU_INIT_POINTER(obj->fence_excl, NULL); in dma_resv_init() 183 RCU_INIT_POINTER(new->shared[--k], fence); in dma_resv_reserve_shared() 185 RCU_INIT_POINTER(new->shared[j++], fence); in dma_resv_reserve_shared() 277 RCU_INIT_POINTER(fobj->shared[i], fence); in dma_resv_add_shared_fence() 312 RCU_INIT_POINTER(obj->fence_excl, fence); in dma_resv_add_excl_fence() 525 RCU_INIT_POINTER(list->shared[list->shared_count++], f); in dma_resv_copy_fences()
|
/linux/net/netfilter/ |
A D | nf_nat_tftp.c | 43 RCU_INIT_POINTER(nf_nat_tftp_hook, NULL); in nf_nat_tftp_fini() 51 RCU_INIT_POINTER(nf_nat_tftp_hook, help); in nf_nat_tftp_init()
|
A D | nf_nat_amanda.c | 79 RCU_INIT_POINTER(nf_nat_amanda_hook, NULL); in nf_nat_amanda_fini() 87 RCU_INIT_POINTER(nf_nat_amanda_hook, help); in nf_nat_amanda_init()
|
A D | nf_nat_irc.c | 101 RCU_INIT_POINTER(nf_nat_irc_hook, NULL); in nf_nat_irc_fini() 109 RCU_INIT_POINTER(nf_nat_irc_hook, help); in nf_nat_irc_init()
|
A D | nf_conntrack_timeout.c | 37 RCU_INIT_POINTER(timeout_ext->timeout, NULL); in untimeout() 131 RCU_INIT_POINTER(timeout_ext->timeout, NULL); in nf_ct_destroy_timeout()
|
A D | nf_nat_ftp.c | 130 RCU_INIT_POINTER(nf_nat_ftp_hook, NULL); in nf_nat_ftp_fini() 138 RCU_INIT_POINTER(nf_nat_ftp_hook, nf_nat_ftp); in nf_nat_ftp_init()
|
/linux/net/netfilter/ipvs/ |
A D | ip_vs_dh.c | 114 RCU_INIT_POINTER(b->dest, NULL); in ip_vs_dh_reassign() 121 RCU_INIT_POINTER(b->dest, dest); in ip_vs_dh_reassign() 145 RCU_INIT_POINTER(b->dest, NULL); in ip_vs_dh_flush()
|
A D | ip_vs_sh.c | 181 RCU_INIT_POINTER(b->dest, NULL); in ip_vs_sh_reassign() 188 RCU_INIT_POINTER(b->dest, dest); in ip_vs_sh_reassign() 221 RCU_INIT_POINTER(b->dest, NULL); in ip_vs_sh_flush()
|
/linux/net/802/ |
A D | stp.c | 89 RCU_INIT_POINTER(stp_proto, NULL); in stp_proto_unregister() 91 RCU_INIT_POINTER(garp_protos[proto->group_address[5] - in stp_proto_unregister()
|
/linux/include/linux/ |
A D | netfilter_netdev.h | 139 RCU_INIT_POINTER(dev->nf_hooks_ingress, NULL); in nf_hook_netdev_init() 142 RCU_INIT_POINTER(dev->nf_hooks_egress, NULL); in nf_hook_netdev_init()
|
A D | rhashtable.h | 754 RCU_INIT_POINTER(list->next, plist); in __rhashtable_insert_fast() 756 RCU_INIT_POINTER(list->rhead.next, head); in __rhashtable_insert_fast() 779 RCU_INIT_POINTER(obj->next, head); in __rhashtable_insert_fast() 784 RCU_INIT_POINTER(list->next, NULL); in __rhashtable_insert_fast() 1027 RCU_INIT_POINTER(*lpprev, list); in __rhashtable_remove_fast_one() 1038 RCU_INIT_POINTER(list->rhead.next, obj); in __rhashtable_remove_fast_one()
|
/linux/net/mac80211/ |
A D | scan.c | 462 RCU_INIT_POINTER(local->scan_req, NULL); in __ieee80211_scan_completed() 463 RCU_INIT_POINTER(local->scan_sdata, NULL); in __ieee80211_scan_completed() 821 RCU_INIT_POINTER(local->scan_sdata, NULL); in __ieee80211_start_scan() 1080 RCU_INIT_POINTER(local->scan_req, NULL); in ieee80211_scan_work() 1081 RCU_INIT_POINTER(local->scan_sdata, NULL); in ieee80211_scan_work() 1340 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in __ieee80211_request_sched_scan_start() 1341 RCU_INIT_POINTER(local->sched_scan_req, NULL); in __ieee80211_request_sched_scan_start() 1379 RCU_INIT_POINTER(local->sched_scan_req, NULL); in ieee80211_request_sched_scan_stop() 1386 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in ieee80211_request_sched_scan_stop() 1413 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in ieee80211_sched_scan_end() [all …]
|
/linux/drivers/net/wireguard/ |
A D | allowedips.c | 190 RCU_INIT_POINTER(node->peer, peer); in add() 205 RCU_INIT_POINTER(newnode->peer, peer); in add() 260 RCU_INIT_POINTER(table->root4, NULL); in wg_allowedips_free() 261 RCU_INIT_POINTER(table->root6, NULL); in wg_allowedips_free() 311 RCU_INIT_POINTER(node->peer, NULL); in wg_allowedips_remove_by_peer()
|
A D | noise.c | 163 RCU_INIT_POINTER(keypairs->next_keypair, NULL); in wg_noise_keypairs_clear() 168 RCU_INIT_POINTER(keypairs->previous_keypair, NULL); in wg_noise_keypairs_clear() 173 RCU_INIT_POINTER(keypairs->current_keypair, NULL); in wg_noise_keypairs_clear() 225 RCU_INIT_POINTER(keypairs->next_keypair, NULL); in add_new_keypair() 247 RCU_INIT_POINTER(keypairs->previous_keypair, NULL); in add_new_keypair() 287 RCU_INIT_POINTER(keypairs->next_keypair, NULL); in wg_noise_received_with_keypair()
|
/linux/net/sched/ |
A D | cls_u32.c | 456 RCU_INIT_POINTER(*kp, key->next); in u32_delete_key() 577 RCU_INIT_POINTER(ht->ht[h], in u32_clear_hnode() 610 RCU_INIT_POINTER(*hn, ht->next); in u32_destroy_hnode() 637 RCU_INIT_POINTER(tp_c->hlist, ht->next); in u32_destroy() 788 RCU_INIT_POINTER(n->next, pins->next); in u32_replace_knode() 803 RCU_INIT_POINTER(new->next, n->next); in u32_init_knode() 805 RCU_INIT_POINTER(new->ht_up, n->ht_up); in u32_init_knode() 811 RCU_INIT_POINTER(new->ht_down, ht); in u32_init_knode() 967 RCU_INIT_POINTER(ht->next, tp_c->hlist); in u32_change() 1038 RCU_INIT_POINTER(n->ht_up, ht); in u32_change() [all …]
|
A D | cls_rsvp.h | 234 RCU_INIT_POINTER(n->next, pins->next); in rsvp_replace() 324 RCU_INIT_POINTER(data->ht[h1], s->next); in rsvp_destroy() 355 RCU_INIT_POINTER(*fp, f->next); in rsvp_delete() 369 RCU_INIT_POINTER(*sp, s->next); in rsvp_delete() 615 RCU_INIT_POINTER(f->next, nfp); in rsvp_change() 642 RCU_INIT_POINTER(s->next, nsp); in rsvp_change()
|
A D | cls_fw.c | 142 RCU_INIT_POINTER(head->ht[h], in fw_destroy() 172 RCU_INIT_POINTER(*fp, rtnl_dereference(f->next)); in fw_delete() 292 RCU_INIT_POINTER(fnew->next, rtnl_dereference(pfp->next)); in fw_change() 332 RCU_INIT_POINTER(f->next, head->ht[fw_hash(handle)]); in fw_change()
|
/linux/kernel/bpf/ |
A D | reuseport_array.c | 38 RCU_INIT_POINTER(*socks, NULL); in bpf_sk_reuseport_detach() 84 RCU_INIT_POINTER(array->ptrs[index], NULL); in reuseport_array_delete_elem() 139 RCU_INIT_POINTER(array->ptrs[i], NULL); in reuseport_array_free()
|
A D | bpf_local_storage.c | 113 RCU_INIT_POINTER(*owner_storage(smap, owner), NULL); in bpf_selem_unlink_storage_nolock() 132 RCU_INIT_POINTER(local_storage->cache[smap->cache_idx], NULL); in bpf_selem_unlink_storage_nolock() 163 RCU_INIT_POINTER(selem->local_storage, local_storage); in bpf_selem_link_storage_nolock() 192 RCU_INIT_POINTER(SDATA(selem)->smap, smap); in bpf_selem_link_map()
|
A D | lpm_trie.c | 338 RCU_INIT_POINTER(new_node->child[0], NULL); in trie_update_elem() 339 RCU_INIT_POINTER(new_node->child[1], NULL); in trie_update_elem() 519 RCU_INIT_POINTER(*trim, NULL); in trie_delete_elem() 605 RCU_INIT_POINTER(*slot, NULL); in trie_free()
|
/linux/tools/include/linux/ |
A D | rcu.h | 23 #define RCU_INIT_POINTER(p, v) do { (p) = (v); } while (0) macro
|
/linux/tools/testing/radix-tree/linux/ |
A D | rcupdate.h | 10 #define RCU_INIT_POINTER(p, v) do { (p) = (v); } while (0) macro
|