Home
last modified time | relevance | path

Searched refs:get_nulls_value (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/include/linux/
H A Dlist_nulls.h55 static inline unsigned long get_nulls_value(const struct hlist_nulls_node *ptr) in get_nulls_value() function
/linux-6.15/net/mptcp/
H A Dtoken.c226 if (get_nulls_value(pos) != (token & token_mask)) in mptcp_token_exists()
273 if (get_nulls_value(pos) != (token & token_mask)) in mptcp_token_get_sock()
/linux-6.15/net/ipv4/
H A Dinet_timewait_sock.c363 if (get_nulls_value(node) != slot) in inet_twsk_purge()
H A Dinet_hashtables.c528 if (get_nulls_value(node) != slot) in __inet_lookup_established()
H A Dudp.c572 if (get_nulls_value(node) != slot) in udp4_lib_lookup4()
/linux-6.15/net/llc/
H A Dllc_sap.c347 if (unlikely(get_nulls_value(node) != slot)) in llc_lookup_dgram()
H A Dllc_conn.c512 if (unlikely(get_nulls_value(node) != slot)) in __llc_lookup_established()
575 if (unlikely(get_nulls_value(node) != slot)) in __llc_lookup_listener()
/linux-6.15/net/ipv6/
H A Dinet6_hashtables.c83 if (get_nulls_value(node) != slot) in __inet6_lookup_established()
H A Dudp.c315 if (get_nulls_value(node) != slot) in udp6_lib_lookup4()
/linux-6.15/Documentation/RCU/
H A Drculist_nulls.rst185 if (get_nulls_value(node) != slot) {
/linux-6.15/net/netfilter/
H A Dnf_conntrack_standalone.c128 if (likely(get_nulls_value(head) == st->bucket)) { in ct_get_next()
H A Dnf_conntrack_core.c764 if (get_nulls_value(n) != bucket) { in ____nf_conntrack_find()
1392 if (get_nulls_value(n) != hash) { in nf_conntrack_tuple_taken()
/linux-6.15/kernel/bpf/
H A Dhashtab.c636 if (unlikely(get_nulls_value(n) != (hash & (n_buckets - 1)))) in lookup_nulls_elem_raw()
/linux-6.15/mm/
H A Dvmscan.c4986 if (gen != get_nulls_value(pos)) in shrink_many()