Searched refs:hlist_head (Results 1 – 25 of 74) sorted by relevance
123
| /include/net/netns/ |
| A D | xfrm.h | 15 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; 46 struct hlist_head __percpu *state_cache_input; 52 struct hlist_head *policy_byidx;
|
| A D | ipv6.h | 74 struct hlist_head *fib_table_hash; 99 struct hlist_head *inet6_addr_lst; 118 struct hlist_head head;
|
| A D | xdp.h | 10 struct hlist_head list;
|
| A D | packet.h | 13 struct hlist_head sklist;
|
| A D | nexthop.h | 14 struct hlist_head *devhash; /* nexthops by device */
|
| A D | ipv4.h | 18 struct hlist_head; 52 struct hlist_head list; 122 struct hlist_head *fib_table_hash; 124 struct hlist_head *fib_info_hash; 287 struct hlist_head *inet_addr_lst;
|
| A D | unix.h | 12 struct hlist_head *buckets;
|
| A D | mctp.h | 33 struct hlist_head keys;
|
| A D | can.h | 38 struct hlist_head cgw_list;
|
| /include/linux/can/ |
| A 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/ |
| A 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()
|
| A D | seq_file.h | 315 extern struct hlist_node *seq_hlist_start(struct hlist_head *head, 317 extern struct hlist_node *seq_hlist_start_head(struct hlist_head *head, 319 extern struct hlist_node *seq_hlist_next(void *v, struct hlist_head *head, 322 extern struct hlist_node *seq_hlist_start_rcu(struct hlist_head *head, 324 extern struct hlist_node *seq_hlist_start_head_rcu(struct hlist_head *head, 327 struct hlist_head *head, 331 extern struct hlist_node *seq_hlist_start_percpu(struct hlist_head __percpu *head, int *cpu, loff_t… 333 extern struct hlist_node *seq_hlist_next_percpu(void *v, struct hlist_head __percpu *head, int *cpu…
|
| A D | watch_queue.h | 42 struct hlist_head watches; /* Contributory watches */ 74 struct hlist_head watchers;
|
| A D | if_team.h | 198 struct hlist_head en_port_hlist[TEAM_PORT_HASHENTRIES]; 242 static inline struct hlist_head *team_port_index_hash(struct team *team, in team_port_index_hash() 252 struct hlist_head *head = team_port_index_hash(team, port_index); in team_get_port_by_index() 273 struct hlist_head *head = team_port_index_hash(team, port_index); in team_get_port_by_index_rcu()
|
| A D | bpf-cgroup-defs.h | 64 struct hlist_head progs[MAX_CGROUP_BPF_ATTACH_TYPE];
|
| A D | iocontext.h | 111 struct hlist_head icq_list;
|
| A D | bpf_local_storage.h | 25 struct hlist_head list; 97 struct hlist_head list; /* List of bpf_local_storage_elem */
|
| A D | list.h | 932 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } 970 static inline int hlist_empty(const struct hlist_head *h) in hlist_empty() 1021 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head() 1092 hlist_is_singular_node(struct hlist_node *n, struct hlist_head *h) in hlist_is_singular_node() 1105 static inline void hlist_move_list(struct hlist_head *old, in hlist_move_list() 1106 struct hlist_head *new) in hlist_move_list() 1122 static inline void hlist_splice_init(struct hlist_head *from, in hlist_splice_init() 1124 struct hlist_head *to) in hlist_splice_init() 1194 static inline size_t hlist_count_nodes(struct hlist_head *head) in hlist_count_nodes()
|
| A D | io_uring_types.h | 73 struct hlist_head list; 327 struct hlist_head cancelable_uring_cmd; 376 struct hlist_head waitid_list; 379 struct hlist_head futex_list;
|
| A D | rculist.h | 596 static inline void hlists_swap_heads_rcu(struct hlist_head *left, struct hlist_head *right) in hlists_swap_heads_rcu() 634 struct hlist_head *h) in hlist_add_head_rcu() 665 struct hlist_head *h) in hlist_add_tail_rcu()
|
| A D | blk-crypto-profile.h | 188 struct hlist_head *slot_hashtable;
|
| /include/net/ |
| A 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()
|
| A D | raw.h | 40 struct hlist_head ht[RAW_HTABLE_SIZE] ____cacheline_aligned;
|
| /include/net/netfilter/ |
| A D | nf_conntrack_helper.h | 74 struct hlist_head expectations; 163 extern struct hlist_head *nf_ct_helper_hash;
|
| /include/net/phonet/ |
| A D | pep.h | 21 struct hlist_head hlist;
|
Completed in 645 milliseconds
123