Searched refs:__rcu (Results 1 - 25 of 482) sorted by relevance

1234567891011>>

/linux-master/include/net/netns/
H A Dmpls.h18 struct mpls_route __rcu * __rcu *platform_label;
H A Dnetfilter.h15 const struct nf_logger __rcu *nf_loggers[NFPROTO_NUMPROTO];
19 struct nf_hook_entries __rcu *hooks_ipv4[NF_INET_NUMHOOKS];
20 struct nf_hook_entries __rcu *hooks_ipv6[NF_INET_NUMHOOKS];
22 struct nf_hook_entries __rcu *hooks_arp[NF_ARP_NUMHOOKS];
25 struct nf_hook_entries __rcu *hooks_bridge[NF_INET_NUMHOOKS];
H A Dxfrm.h15 struct hlist_head __rcu *table;
42 struct hlist_head __rcu *state_bydst;
43 struct hlist_head __rcu *state_bysrc;
44 struct hlist_head __rcu *state_byspi;
45 struct hlist_head __rcu *state_byseq;
H A Dbpf.h23 struct bpf_prog_array __rcu *run_array[MAX_NETNS_BPF_ATTACH_TYPE];
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_wed_ops.c7 const struct mtk_wed_ops __rcu *mtk_soc_wed_ops;
/linux-master/include/net/
H A Dnet_failover.h12 struct net_device __rcu *primary_dev;
15 struct net_device __rcu *standby_dev;
H A Dgen_stats.h59 struct net_rate_estimator __rcu **ptr);
72 struct net_rate_estimator __rcu **rate_est,
75 void gen_kill_estimator(struct net_rate_estimator __rcu **ptr);
78 struct net_rate_estimator __rcu **ptr,
81 bool gen_estimator_active(struct net_rate_estimator __rcu **ptr);
82 bool gen_estimator_read(struct net_rate_estimator __rcu **ptr,
H A Ddropreason.h42 extern const struct drop_reason_list __rcu *
H A Dfailover.h27 struct net_device __rcu *failover_dev;
29 struct failover_ops __rcu *ops;
H A Dnetdev_rx_queue.h14 struct rps_map __rcu *rps_map;
15 struct rps_dev_flow_table __rcu *rps_flow_table;
H A Dprotocol.h95 extern struct net_protocol __rcu *inet_protos[MAX_INET_PROTOS];
96 extern const struct net_offload __rcu *inet_offloads[MAX_INET_PROTOS];
97 extern const struct net_offload __rcu *inet6_offloads[MAX_INET_PROTOS];
100 extern struct inet6_protocol __rcu *inet6_protos[MAX_INET_PROTOS];
/linux-master/net/netfilter/
H A Dnf_internals.h33 void nf_hook_entries_delete_raw(struct nf_hook_entries __rcu **pp,
35 int nf_hook_entries_insert_raw(struct nf_hook_entries __rcu **pp,
/linux-master/net/xdp/
H A Dxsk.h34 struct xdp_sock __rcu **map_entry;
43 struct xdp_sock __rcu **map_entry);
/linux-master/include/linux/
H A Dradix-tree.h177 static inline void *radix_tree_deref_slot(void __rcu **slot)
191 static inline void *radix_tree_deref_slot_protected(void __rcu **slot,
222 struct radix_tree_node **nodep, void __rcu ***slotp);
224 void __rcu **radix_tree_lookup_slot(const struct radix_tree_root *,
227 void __rcu **slot, void *entry);
229 const struct radix_tree_iter *, void __rcu **slot, void *entry);
231 void __rcu **slot, void *entry);
233 struct radix_tree_iter *iter, void __rcu **slot);
254 void __rcu ***results, unsigned long first_index,
263 void __rcu **idr_get_fre
[all...]
H A Drhashtable-types.h18 struct rhash_head __rcu *next;
23 struct rhlist_head __rcu *next;
82 struct bucket_table __rcu *tbl;
H A Denergy_model.h71 struct em_perf_table __rcu *em_table;
166 struct em_perf_table __rcu *new_table);
171 struct em_perf_table __rcu *em_table_alloc(struct em_perf_domain *pd);
172 void em_table_free(struct em_perf_table __rcu *table);
367 struct em_perf_table __rcu *em_table_alloc(struct em_perf_domain *pd)
371 static inline void em_table_free(struct em_perf_table __rcu *table) {}
374 struct em_perf_table __rcu *new_table)
/linux-master/include/net/tc_act/
H A Dtc_bpf.h14 struct bpf_prog __rcu *filter;
H A Dtc_skbmod.h22 struct tcf_skbmod_params __rcu *skbmod_p;
H A Dtc_nat.h18 struct tcf_nat_parms __rcu *parms;
H A Dtc_connmark.h15 struct tcf_connmark_parms __rcu *parms;
/linux-master/drivers/net/wireguard/
H A Dallowedips.h16 struct wg_peer __rcu *peer;
17 struct allowedips_node __rcu *bit[2];
30 struct allowedips_node __rcu *root4;
31 struct allowedips_node __rcu *root6;
/linux-master/include/net/netfilter/
H A Dxt_rateest.h21 struct net_rate_estimator __rcu *rate_est;
/linux-master/security/safesetid/
H A Dlsm.h70 extern struct setid_ruleset __rcu *safesetid_setuid_rules;
71 extern struct setid_ruleset __rcu *safesetid_setgid_rules;
/linux-master/fs/bcachefs/
H A Drebalance_types.h20 struct task_struct __rcu *thread;
/linux-master/net/openvswitch/
H A Dflow_table.h51 struct sw_flow_mask __rcu *masks[] __counted_by(max);
63 struct table_instance __rcu *ti;
64 struct table_instance __rcu *ufid_ti;
65 struct mask_cache __rcu *mask_cache;
66 struct mask_array __rcu *mask_array;

Completed in 321 milliseconds

1234567891011>>