/Linux-v4.19/net/ipv4/netfilter/ |
D | nf_nat_h323.c | 596 RCU_INIT_POINTER(set_h245_addr_hook, set_h245_addr); in init() 597 RCU_INIT_POINTER(set_h225_addr_hook, set_h225_addr); in init() 598 RCU_INIT_POINTER(set_sig_addr_hook, set_sig_addr); in init() 599 RCU_INIT_POINTER(set_ras_addr_hook, set_ras_addr); in init() 600 RCU_INIT_POINTER(nat_rtp_rtcp_hook, nat_rtp_rtcp); in init() 601 RCU_INIT_POINTER(nat_t120_hook, nat_t120); in init() 602 RCU_INIT_POINTER(nat_h245_hook, nat_h245); in init() 603 RCU_INIT_POINTER(nat_callforwarding_hook, nat_callforwarding); in init() 604 RCU_INIT_POINTER(nat_q931_hook, nat_q931); in init() 613 RCU_INIT_POINTER(set_h245_addr_hook, NULL); in fini() [all …]
|
D | nf_nat_pptp.c | 305 RCU_INIT_POINTER(nf_nat_pptp_hook_outbound, pptp_outbound_pkt); in nf_nat_helper_pptp_init() 308 RCU_INIT_POINTER(nf_nat_pptp_hook_inbound, pptp_inbound_pkt); in nf_nat_helper_pptp_init() 311 RCU_INIT_POINTER(nf_nat_pptp_hook_exp_gre, pptp_exp_gre); in nf_nat_helper_pptp_init() 314 RCU_INIT_POINTER(nf_nat_pptp_hook_expectfn, pptp_nat_expected); in nf_nat_helper_pptp_init() 320 RCU_INIT_POINTER(nf_nat_pptp_hook_expectfn, NULL); in nf_nat_helper_pptp_fini() 321 RCU_INIT_POINTER(nf_nat_pptp_hook_exp_gre, NULL); in nf_nat_helper_pptp_fini() 322 RCU_INIT_POINTER(nf_nat_pptp_hook_inbound, NULL); in nf_nat_helper_pptp_fini() 323 RCU_INIT_POINTER(nf_nat_pptp_hook_outbound, NULL); in nf_nat_helper_pptp_fini()
|
D | nf_nat_snmp_basic_main.c | 222 RCU_INIT_POINTER(nf_nat_snmp_hook, help); in nf_nat_snmp_basic_init() 229 RCU_INIT_POINTER(nf_nat_snmp_hook, NULL); in nf_nat_snmp_basic_fini()
|
/Linux-v4.19/drivers/dma-buf/ |
D | reservation.c | 123 RCU_INIT_POINTER(fobj->shared[i], fence); in reservation_object_add_shared_inplace() 142 RCU_INIT_POINTER(fobj->shared[signaled_idx], fence); in reservation_object_add_shared_inplace() 145 RCU_INIT_POINTER(fobj->shared[fobj->shared_count], fence); in reservation_object_add_shared_inplace() 166 RCU_INIT_POINTER(fobj->shared[0], fence); in reservation_object_add_shared_replace() 185 RCU_INIT_POINTER(fobj->shared[--k], check); in reservation_object_add_shared_replace() 187 RCU_INIT_POINTER(fobj->shared[j++], check); in reservation_object_add_shared_replace() 190 RCU_INIT_POINTER(fobj->shared[fobj->shared_count], fence); in reservation_object_add_shared_replace() 200 RCU_INIT_POINTER(obj->fence, fobj); in reservation_object_add_shared_replace() 265 RCU_INIT_POINTER(obj->fence_excl, fence); in reservation_object_add_excl_fence() 355 RCU_INIT_POINTER(dst->fence_excl, new); in reservation_object_copy_fences() [all …]
|
/Linux-v4.19/net/netfilter/ |
D | nf_nat_tftp.c | 40 RCU_INIT_POINTER(nf_nat_tftp_hook, NULL); in nf_nat_tftp_fini() 47 RCU_INIT_POINTER(nf_nat_tftp_hook, help); in nf_nat_tftp_init()
|
D | nf_nat_amanda.c | 77 RCU_INIT_POINTER(nf_nat_amanda_hook, NULL); in nf_nat_amanda_fini() 84 RCU_INIT_POINTER(nf_nat_amanda_hook, help); in nf_nat_amanda_init()
|
D | nf_nat_core.c | 706 RCU_INIT_POINTER(l4protos[i], &nf_nat_l4proto_unknown); in nf_nat_l4proto_register() 723 RCU_INIT_POINTER(nf_nat_l4protos[l3proto][l4proto->l4proto], l4proto); in nf_nat_l4proto_register() 734 RCU_INIT_POINTER(nf_nat_l4protos[l3proto][l4proto->l4proto], in nf_nat_l4proto_unregister() 746 RCU_INIT_POINTER(nf_nat_l4protos[l3proto->l3proto][IPPROTO_TCP], in nf_nat_l3proto_register() 748 RCU_INIT_POINTER(nf_nat_l4protos[l3proto->l3proto][IPPROTO_UDP], in nf_nat_l3proto_register() 751 RCU_INIT_POINTER(nf_nat_l4protos[l3proto->l3proto][IPPROTO_DCCP], in nf_nat_l3proto_register() 755 RCU_INIT_POINTER(nf_nat_l4protos[l3proto->l3proto][IPPROTO_SCTP], in nf_nat_l3proto_register() 759 RCU_INIT_POINTER(nf_nat_l4protos[l3proto->l3proto][IPPROTO_UDPLITE], in nf_nat_l3proto_register() 764 RCU_INIT_POINTER(nf_nat_l3protos[l3proto->l3proto], l3proto); in nf_nat_l3proto_register() 772 RCU_INIT_POINTER(nf_nat_l3protos[l3proto->l3proto], NULL); in nf_nat_l3proto_unregister() [all …]
|
D | nf_nat_irc.c | 99 RCU_INIT_POINTER(nf_nat_irc_hook, NULL); in nf_nat_irc_fini() 106 RCU_INIT_POINTER(nf_nat_irc_hook, help); in nf_nat_irc_init()
|
D | nf_nat_ftp.c | 127 RCU_INIT_POINTER(nf_nat_ftp_hook, NULL); in nf_nat_ftp_fini() 134 RCU_INIT_POINTER(nf_nat_ftp_hook, nf_nat_ftp); in nf_nat_ftp_init()
|
D | nf_conntrack_timeout.c | 39 RCU_INIT_POINTER(timeout_ext->timeout, NULL); in untimeout()
|
/Linux-v4.19/net/bridge/netfilter/ |
D | ebtable_broute.c | 90 RCU_INIT_POINTER(br_should_route_hook, in ebtable_broute_init() 97 RCU_INIT_POINTER(br_should_route_hook, NULL); in ebtable_broute_fini()
|
/Linux-v4.19/net/netfilter/ipvs/ |
D | ip_vs_dh.c | 119 RCU_INIT_POINTER(b->dest, NULL); in ip_vs_dh_reassign() 126 RCU_INIT_POINTER(b->dest, dest); in ip_vs_dh_reassign() 150 RCU_INIT_POINTER(b->dest, NULL); in ip_vs_dh_flush()
|
D | ip_vs_sh.c | 186 RCU_INIT_POINTER(b->dest, NULL); in ip_vs_sh_reassign() 193 RCU_INIT_POINTER(b->dest, dest); in ip_vs_sh_reassign() 226 RCU_INIT_POINTER(b->dest, NULL); in ip_vs_sh_flush()
|
/Linux-v4.19/net/802/ |
D | stp.c | 92 RCU_INIT_POINTER(stp_proto, NULL); in stp_proto_unregister() 94 RCU_INIT_POINTER(garp_protos[proto->group_address[5] - in stp_proto_unregister()
|
/Linux-v4.19/include/linux/ |
D | reservation.h | 96 RCU_INIT_POINTER(obj->fence, NULL); in reservation_object_init() 97 RCU_INIT_POINTER(obj->fence_excl, NULL); in reservation_object_init()
|
D | rhashtable.h | 633 RCU_INIT_POINTER(list->next, plist); in __rhashtable_insert_fast() 635 RCU_INIT_POINTER(list->rhead.next, head); in __rhashtable_insert_fast() 653 RCU_INIT_POINTER(obj->next, head); in __rhashtable_insert_fast() 658 RCU_INIT_POINTER(list->next, NULL); in __rhashtable_insert_fast() 911 RCU_INIT_POINTER(*lpprev, list); in __rhashtable_remove_fast_one() 922 RCU_INIT_POINTER(list->rhead.next, obj); in __rhashtable_remove_fast_one()
|
/Linux-v4.19/net/ipv6/ |
D | netfilter.c | 118 RCU_INIT_POINTER(nf_ipv6_ops, &ipv6ops); in ipv6_netfilter_init() 127 RCU_INIT_POINTER(nf_ipv6_ops, NULL); in ipv6_netfilter_fini()
|
/Linux-v4.19/net/mac80211/ |
D | scan.c | 409 RCU_INIT_POINTER(local->scan_req, NULL); in __ieee80211_scan_completed() 413 RCU_INIT_POINTER(local->scan_sdata, NULL); in __ieee80211_scan_completed() 740 RCU_INIT_POINTER(local->scan_sdata, NULL); in __ieee80211_start_scan() 968 RCU_INIT_POINTER(local->scan_req, NULL); in ieee80211_scan_work() 969 RCU_INIT_POINTER(local->scan_sdata, NULL); in ieee80211_scan_work() 1227 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in __ieee80211_request_sched_scan_start() 1228 RCU_INIT_POINTER(local->sched_scan_req, NULL); in __ieee80211_request_sched_scan_start() 1266 RCU_INIT_POINTER(local->sched_scan_req, NULL); in ieee80211_request_sched_scan_stop() 1273 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in ieee80211_request_sched_scan_stop() 1300 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in ieee80211_sched_scan_end() [all …]
|
/Linux-v4.19/tools/include/linux/ |
D | rcu.h | 23 #define RCU_INIT_POINTER(p, v) p=(v) macro
|
/Linux-v4.19/kernel/bpf/ |
D | reuseport_array.c | 35 RCU_INIT_POINTER(*socks, NULL); in bpf_sk_reuseport_detach() 81 RCU_INIT_POINTER(array->ptrs[index], NULL); in reuseport_array_delete_elem() 138 RCU_INIT_POINTER(array->ptrs[i], NULL); in reuseport_array_free()
|
D | lpm_trie.c | 300 RCU_INIT_POINTER(new_node->child[0], NULL); in trie_update_elem() 301 RCU_INIT_POINTER(new_node->child[1], NULL); in trie_update_elem() 480 RCU_INIT_POINTER(*trim, NULL); in trie_delete_elem() 589 RCU_INIT_POINTER(*slot, NULL); in trie_free()
|
/Linux-v4.19/drivers/misc/mic/scif/ |
D | scif_peer_bus.c | 101 RCU_INIT_POINTER(scifdev->spdev, NULL); in scif_peer_add_device() 162 RCU_INIT_POINTER(scifdev->spdev, NULL); in scif_peer_unregister_device()
|
/Linux-v4.19/net/sched/ |
D | cls_u32.c | 397 RCU_INIT_POINTER(root_ht->next, tp_c->hlist); in u32_init() 474 RCU_INIT_POINTER(*kp, key->next); in u32_delete_key() 594 RCU_INIT_POINTER(ht->ht[h], in u32_clear_hnode() 626 RCU_INIT_POINTER(*hn, ht->next); in u32_destroy_hnode() 663 RCU_INIT_POINTER(tp_c->hlist, ht->next); in u32_destroy() 847 RCU_INIT_POINTER(n->next, pins->next); in u32_replace_knode() 864 RCU_INIT_POINTER(new->next, n->next); in u32_init_knode() 866 RCU_INIT_POINTER(new->ht_up, n->ht_up); in u32_init_knode() 874 RCU_INIT_POINTER(new->ht_down, ht); in u32_init_knode() 1031 RCU_INIT_POINTER(ht->next, tp_c->hlist); in u32_change() [all …]
|
D | cls_fw.c | 153 RCU_INIT_POINTER(head->ht[h], in fw_destroy() 183 RCU_INIT_POINTER(*fp, rtnl_dereference(f->next)); in fw_delete() 305 RCU_INIT_POINTER(fnew->next, rtnl_dereference(pfp->next)); in fw_change() 345 RCU_INIT_POINTER(f->next, head->ht[fw_hash(handle)]); in fw_change()
|
D | cls_rsvp.h | 238 RCU_INIT_POINTER(n->next, pins->next); in rsvp_replace() 327 RCU_INIT_POINTER(data->ht[h1], s->next); in rsvp_destroy() 358 RCU_INIT_POINTER(*fp, f->next); in rsvp_delete() 372 RCU_INIT_POINTER(*sp, s->next); in rsvp_delete() 617 RCU_INIT_POINTER(f->next, nfp); in rsvp_change() 644 RCU_INIT_POINTER(s->next, nsp); in rsvp_change()
|