Home
last modified time | relevance | path

Searched refs:hlist_nulls_head (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/include/linux/
H A Dlist_nulls.h21 struct hlist_nulls_head { struct
86 static inline int hlist_nulls_empty(const struct hlist_nulls_head *h) in hlist_nulls_empty()
92 struct hlist_nulls_head *h) in hlist_nulls_add_head()
H A Drculist_nulls.h100 struct hlist_nulls_head *h) in hlist_nulls_add_head_rcu()
131 struct hlist_nulls_head *h) in hlist_nulls_add_tail_rcu()
H A Dmmzone.h549 struct hlist_nulls_head fifo[MEMCG_NR_GENS][MEMCG_NR_BINS];
/openbmc/linux/include/net/netfilter/
H A Dnf_conntrack.h49 struct hlist_nulls_head dying_list;
326 extern struct hlist_nulls_head *nf_conntrack_hash;
333 nf_conntrack_get_ht(struct hlist_nulls_head **hash, unsigned int *hsize) in nf_conntrack_get_ht()
335 struct hlist_nulls_head *hptr; in nf_conntrack_get_ht()
/openbmc/linux/include/net/
H A Dllc.h67 struct hlist_nulls_head sk_laddr_hash[LLC_SK_LADDR_HASH_ENTRIES];
88 struct hlist_nulls_head *llc_sk_laddr_hash(struct llc_sap *sap, in llc_sk_laddr_hash()
H A Dinet_hashtables.h40 struct hlist_nulls_head chain;
143 struct hlist_nulls_head nulls_head;
H A Dsock.h715 static inline struct sock *__sk_nulls_head(const struct hlist_nulls_head *head) in __sk_nulls_head()
720 static inline struct sock *sk_nulls_head(const struct hlist_nulls_head *head) in sk_nulls_head()
849 static inline void __sk_nulls_add_node_rcu(struct sock *sk, struct hlist_nulls_head *list) in __sk_nulls_add_node_rcu()
854 static inline void __sk_nulls_add_node_tail_rcu(struct sock *sk, struct hlist_nulls_head *list) in __sk_nulls_add_node_tail_rcu()
859 static inline void sk_nulls_add_node_rcu(struct sock *sk, struct hlist_nulls_head *list) in sk_nulls_add_node_rcu()
/openbmc/linux/kernel/bpf/
H A Dhashtab.c79 struct hlist_nulls_head head;
680 struct hlist_nulls_head *head; in __htab_map_lookup_elem()
806 struct hlist_nulls_head *head; in htab_lru_map_delete_node()
837 struct hlist_nulls_head *head; in htab_map_get_next_key()
1101 struct hlist_nulls_head *head; in htab_map_update_elem()
1204 struct hlist_nulls_head *head; in htab_lru_map_update_elem()
1273 struct hlist_nulls_head *head; in __htab_percpu_map_update_elem()
1328 struct hlist_nulls_head *head; in __htab_lru_percpu_map_update_elem()
1409 struct hlist_nulls_head *head; in htab_map_delete_elem()
1445 struct hlist_nulls_head *head; in htab_lru_map_delete_elem()
[all …]
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_core.c63 struct hlist_nulls_head *nf_conntrack_hash __read_mostly;
739 struct hlist_nulls_head *ct_hash; in ____nf_conntrack_find()
1299 struct hlist_nulls_head *ct_hash; in nf_conntrack_tuple_taken()
1362 struct hlist_nulls_head *head) in early_drop_list()
1411 struct hlist_nulls_head *ct_hash; in early_drop()
1484 struct hlist_nulls_head *ct_hash; in gc_worker()
2363 struct hlist_nulls_head *hslot = &nf_conntrack_hash[*bucket]; in get_next_corpse()
2568 struct hlist_nulls_head *hash; in nf_ct_alloc_hashtable()
2571 if (*sizep > (UINT_MAX / sizeof(struct hlist_nulls_head))) in nf_ct_alloc_hashtable()
2577 hash = kvcalloc(nr_slots, sizeof(struct hlist_nulls_head), GFP_KERNEL); in nf_ct_alloc_hashtable()
[all …]
H A Dnf_conntrack_ecache.c54 struct hlist_nulls_head evicted_list; in ecache_work_evict_list()
H A Dnf_conntrack_standalone.c99 struct hlist_nulls_head *hash;
/openbmc/linux/net/mptcp/
H A Dtoken.c41 struct hlist_nulls_head req_chain;
42 struct hlist_nulls_head msk_chain;
/openbmc/linux/net/llc/
H A Dllc_conn.c489 struct hlist_nulls_head *laddr_hb = &sap->sk_laddr_hash[slot]; in __llc_lookup_established()
552 struct hlist_nulls_head *laddr_hb = &sap->sk_laddr_hash[slot]; in __llc_lookup_listener()
710 struct hlist_nulls_head *laddr_hb = llc_sk_laddr_hash(sap, &llc->laddr); in llc_sap_add_socket()
H A Dllc_proc.c43 struct hlist_nulls_head *head = &sap->sk_laddr_hash[i]; in llc_get_sk_idx()
H A Dllc_sap.c324 struct hlist_nulls_head *laddr_hb = &sap->sk_laddr_hash[slot]; in llc_lookup_dgram()
/openbmc/linux/net/ipv4/
H A Dinet_timewait_sock.c92 struct hlist_nulls_head *list) in inet_twsk_add_node_rcu()
H A Dinet_hashtables.c622 struct hlist_nulls_head *list) in inet_ehash_lookup_by_sk()
665 struct hlist_nulls_head *list; in inet_ehash_insert()
/openbmc/linux/io_uring/
H A Dio-wq.c119 struct hlist_nulls_head free_list;