Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/mptcp/
Dtoken.c223 if (get_nulls_value(pos) != (token & token_mask)) in mptcp_token_exists()
270 if (get_nulls_value(pos) != (token & token_mask)) in mptcp_token_get_sock()
/kernel/linux/linux-5.10/include/linux/
Dlist_nulls.h54 static inline unsigned long get_nulls_value(const struct hlist_nulls_node *ptr) in get_nulls_value() function
/kernel/linux/linux-5.10/net/ipv4/
Dinet_timewait_sock.c297 if (get_nulls_value(node) != slot) in inet_twsk_purge()
Dinet_hashtables.c438 if (get_nulls_value(node) != slot) in __inet_lookup_established()
/kernel/linux/linux-5.10/net/llc/
Dllc_conn.c507 if (unlikely(get_nulls_value(node) != slot)) in __llc_lookup_established()
566 if (unlikely(get_nulls_value(node) != slot)) in __llc_lookup_listener()
Dllc_sap.c343 if (unlikely(get_nulls_value(node) != slot)) in llc_lookup_dgram()
/kernel/linux/linux-5.10/net/ipv6/
Dinet6_hashtables.c85 if (get_nulls_value(node) != slot) in __inet6_lookup_established()
/kernel/linux/linux-5.10/Documentation/RCU/
Drculist_nulls.rst172 if (get_nulls_value(node) != slot)
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
Dninet_hashtables.c338 if (get_nulls_value(node) != slot) in __ninet_lookup_established()
/kernel/linux/linux-5.10/net/netfilter/
Dnf_conntrack_standalone.c128 if (likely(get_nulls_value(head) == st->bucket)) { in ct_get_next()
Dnf_conntrack_core.c763 if (get_nulls_value(n) != bucket) { in ____nf_conntrack_find()
1245 if (get_nulls_value(n) != hash) { in nf_conntrack_tuple_taken()
/kernel/linux/linux-5.10/kernel/bpf/
Dhashtab.c563 if (unlikely(get_nulls_value(n) != (hash & (n_buckets - 1)))) in lookup_nulls_elem_raw()