Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
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()
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()
/linux-6.1.9/include/net/netfilter/
Dnf_conntrack.h49 struct hlist_nulls_head dying_list;
322 extern struct hlist_nulls_head *nf_conntrack_hash;
329 nf_conntrack_get_ht(struct hlist_nulls_head **hash, unsigned int *hsize) in nf_conntrack_get_ht()
331 struct hlist_nulls_head *hptr; in nf_conntrack_get_ht()
/linux-6.1.9/include/net/
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()
Draw.h36 struct hlist_nulls_head ht[RAW_HTABLE_SIZE];
Dinet_hashtables.h40 struct hlist_nulls_head chain;
143 struct hlist_nulls_head nulls_head;
Dsock.h709 static inline struct sock *__sk_nulls_head(const struct hlist_nulls_head *head) in __sk_nulls_head()
714 static inline struct sock *sk_nulls_head(const struct hlist_nulls_head *head) in sk_nulls_head()
843 static inline void __sk_nulls_add_node_rcu(struct sock *sk, struct hlist_nulls_head *list) in __sk_nulls_add_node_rcu()
848 static inline void __sk_nulls_add_node_tail_rcu(struct sock *sk, struct hlist_nulls_head *list) in __sk_nulls_add_node_tail_rcu()
853 static inline void sk_nulls_add_node_rcu(struct sock *sk, struct hlist_nulls_head *list) in sk_nulls_add_node_rcu()
/linux-6.1.9/kernel/bpf/
Dhashtab.c79 struct hlist_nulls_head head;
610 static inline struct hlist_nulls_head *select_bucket(struct bpf_htab *htab, u32 hash) in select_bucket()
616 static struct htab_elem *lookup_elem_raw(struct hlist_nulls_head *head, u32 hash, in lookup_elem_raw()
633 static struct htab_elem *lookup_nulls_elem_raw(struct hlist_nulls_head *head, in lookup_nulls_elem_raw()
659 struct hlist_nulls_head *head; in __htab_map_lookup_elem()
780 struct hlist_nulls_head *head; in htab_lru_map_delete_node()
810 struct hlist_nulls_head *head; in htab_map_get_next_key()
1073 struct hlist_nulls_head *head; in htab_map_update_elem()
1175 struct hlist_nulls_head *head; in htab_lru_map_update_elem()
1243 struct hlist_nulls_head *head; in __htab_percpu_map_update_elem()
[all …]
/linux-6.1.9/net/netfilter/
Dnf_conntrack_core.c63 struct hlist_nulls_head *nf_conntrack_hash __read_mostly;
752 struct hlist_nulls_head *ct_hash; in ____nf_conntrack_find()
1308 struct hlist_nulls_head *ct_hash; in nf_conntrack_tuple_taken()
1371 struct hlist_nulls_head *head) in early_drop_list()
1423 struct hlist_nulls_head *ct_hash; in early_drop()
1493 struct hlist_nulls_head *ct_hash; in gc_worker()
2379 struct hlist_nulls_head *hslot = &nf_conntrack_hash[*bucket]; in get_next_corpse()
2584 struct hlist_nulls_head *hash; in nf_ct_alloc_hashtable()
2587 if (*sizep > (UINT_MAX / sizeof(struct hlist_nulls_head))) in nf_ct_alloc_hashtable()
2590 BUILD_BUG_ON(sizeof(struct hlist_nulls_head) != sizeof(struct hlist_head)); in nf_ct_alloc_hashtable()
[all …]
Dnf_conntrack_ecache.c54 struct hlist_nulls_head evicted_list; in ecache_work_evict_list()
Dnf_conntrack_standalone.c102 struct hlist_nulls_head *hash;
/linux-6.1.9/net/ipv4/
Draw_diag.c60 struct hlist_nulls_head *hlist; in raw_sock_get()
145 struct hlist_nulls_head *hlist; in raw_diag_dump()
Dping.c58 struct hlist_nulls_head hash[PING_HTABLE_SIZE];
77 static inline struct hlist_nulls_head *ping_hashslot(struct ping_table *table, in ping_hashslot()
86 struct hlist_nulls_head *hlist; in ping_get_port()
178 struct hlist_nulls_head *hslot = ping_hashslot(&ping_table, net, ident); in ping_lookup()
1049 struct hlist_nulls_head *hslot; in ping_get_first()
Draw.c94 struct hlist_nulls_head *hlist; in raw_hash_sk()
166 struct hlist_nulls_head *hlist; in raw_v4_input()
266 struct hlist_nulls_head *hlist; in raw_icmp_error()
950 struct hlist_nulls_head *hlist; in raw_get_first()
Dinet_timewait_sock.c95 struct hlist_nulls_head *list) in inet_twsk_add_node_tail_rcu()
Dinet_hashtables.c596 struct hlist_nulls_head *list) in inet_ehash_lookup_by_sk()
639 struct hlist_nulls_head *list; in inet_ehash_insert()
/linux-6.1.9/net/mptcp/
Dtoken.c41 struct hlist_nulls_head req_chain;
42 struct hlist_nulls_head msk_chain;
/linux-6.1.9/net/llc/
Dllc_conn.c484 struct hlist_nulls_head *laddr_hb = &sap->sk_laddr_hash[slot]; in __llc_lookup_established()
543 struct hlist_nulls_head *laddr_hb = &sap->sk_laddr_hash[slot]; in __llc_lookup_listener()
698 struct hlist_nulls_head *laddr_hb = llc_sk_laddr_hash(sap, &llc->laddr); in llc_sap_add_socket()
Dllc_proc.c43 struct hlist_nulls_head *head = &sap->sk_laddr_hash[i]; in llc_get_sk_idx()
Dllc_sap.c320 struct hlist_nulls_head *laddr_hb = &sap->sk_laddr_hash[slot]; in llc_lookup_dgram()
/linux-6.1.9/net/ipv6/
Draw.c144 struct hlist_nulls_head *hlist; in ipv6_raw_deliver()
336 struct hlist_nulls_head *hlist; in raw6_icmp_error()
/linux-6.1.9/io_uring/
Dio-wq.c101 struct hlist_nulls_head free_list;