Searched refs:hlist_head (Results 1 – 25 of 68) sorted by relevance
123
/include/net/netns/ |
D | xfrm.h | 16 struct hlist_head __rcu *table; 43 struct hlist_head __rcu *state_bydst; 44 struct hlist_head __rcu *state_bysrc; 45 struct hlist_head __rcu *state_byspi; 46 struct hlist_head __rcu *state_byseq; 52 struct hlist_head *policy_byidx; 54 struct hlist_head policy_inexact[XFRM_POLICY_MAX];
|
D | mctp.h | 20 struct hlist_head binds; 26 struct hlist_head keys;
|
D | packet.h | 13 struct hlist_head sklist;
|
D | xdp.h | 10 struct hlist_head list;
|
D | nexthop.h | 13 struct hlist_head *devhash; /* nexthops by device */
|
D | can.h | 38 struct hlist_head cgw_list;
|
D | ipv6.h | 75 struct hlist_head *fib_table_hash; 114 struct hlist_head head;
|
D | ipv4.h | 18 struct hlist_head; 71 struct hlist_head *fib_table_hash;
|
/include/linux/can/ |
D | can-ml.h | 56 struct hlist_head rx[RX_MAX]; 57 struct hlist_head rx_sff[CAN_SFF_RCV_ARRAY_SZ]; 58 struct hlist_head rx_eff[CAN_EFF_RCV_ARRAY_SZ];
|
/include/linux/ |
D | hashtable.h | 17 struct hlist_head name[1 << (bits)] = \ 21 struct hlist_head name[1 << (bits)] __read_mostly = \ 25 struct hlist_head name[1 << (bits)] 34 static inline void __hash_init(struct hlist_head *ht, unsigned int sz) in __hash_init() 81 static inline bool __hash_empty(struct hlist_head *ht, unsigned int sz) in __hash_empty()
|
D | seq_file.h | 272 extern struct hlist_node *seq_hlist_start(struct hlist_head *head, 274 extern struct hlist_node *seq_hlist_start_head(struct hlist_head *head, 276 extern struct hlist_node *seq_hlist_next(void *v, struct hlist_head *head, 279 extern struct hlist_node *seq_hlist_start_rcu(struct hlist_head *head, 281 extern struct hlist_node *seq_hlist_start_head_rcu(struct hlist_head *head, 284 struct hlist_head *head, 288 extern struct hlist_node *seq_hlist_start_percpu(struct hlist_head __percpu *head, int *cpu, loff_t… 290 extern struct hlist_node *seq_hlist_next_percpu(void *v, struct hlist_head __percpu *head, int *cpu…
|
D | lsm_hooks.h | 1568 #define LSM_HOOK(RET, DEFAULT, NAME, ...) struct hlist_head NAME; 1579 struct hlist_head *head;
|
D | watch_queue.h | 42 struct hlist_head watches; /* Contributory watches */ 75 struct hlist_head watchers;
|
D | bpf_local_storage.h | 20 struct hlist_head list; 82 struct hlist_head list; /* List of bpf_local_storage_elem */
|
D | if_team.h | 200 struct hlist_head en_port_hlist[TEAM_PORT_HASHENTRIES]; 245 static inline struct hlist_head *team_port_index_hash(struct team *team, in team_port_index_hash() 255 struct hlist_head *head = team_port_index_hash(team, port_index); in team_get_port_by_index() 276 struct hlist_head *head = team_port_index_hash(team, port_index); in team_get_port_by_index_rcu()
|
D | pid.h | 65 struct hlist_head tasks[PIDTYPE_MAX]; 66 struct hlist_head inodes;
|
D | blk-crypto-profile.h | 148 struct hlist_head *slot_hashtable;
|
D | iocontext.h | 111 struct hlist_head icq_list;
|
D | rculist.h | 547 static inline void hlists_swap_heads_rcu(struct hlist_head *left, struct hlist_head *right) in hlists_swap_heads_rcu() 585 struct hlist_head *h) in hlist_add_head_rcu() 616 struct hlist_head *h) in hlist_add_tail_rcu()
|
D | list.h | 808 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } 846 static inline int hlist_empty(const struct hlist_head *h) in hlist_empty() 897 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head() 968 hlist_is_singular_node(struct hlist_node *n, struct hlist_head *h) in hlist_is_singular_node() 981 static inline void hlist_move_list(struct hlist_head *old, in hlist_move_list() 982 struct hlist_head *new) in hlist_move_list()
|
/include/net/ |
D | llc.h | 68 struct hlist_head sk_dev_hash[LLC_SK_DEV_HASH_ENTRIES]; 73 struct hlist_head *llc_sk_dev_hash(struct llc_sap *sap, int ifindex) in llc_sk_dev_hash()
|
D | raw.h | 37 struct hlist_head ht[RAW_HTABLE_SIZE];
|
/include/drm/ |
D | drm_hashtab.h | 48 struct hlist_head *table;
|
/include/net/netfilter/ |
D | nf_conntrack_helper.h | 74 struct hlist_head expectations; 160 extern struct hlist_head *nf_ct_helper_hash;
|
/include/net/phonet/ |
D | pep.h | 18 struct hlist_head hlist;
|
123