Searched refs:get_nulls_value (Results 1 - 11 of 11) sorted by relevance

/linux-master/include/linux/
H A Dlist_nulls.h49 * get_nulls_value - Get the 'nulls' value of the end of chain
54 static inline unsigned long get_nulls_value(const struct hlist_nulls_node *ptr) function
/linux-master/net/mptcp/
H A Dtoken.c226 if (get_nulls_value(pos) != (token & token_mask))
273 if (get_nulls_value(pos) != (token & token_mask))
/linux-master/net/ipv4/
H A Dinet_timewait_sock.c316 if (get_nulls_value(node) != slot)
H A Dinet_hashtables.c528 if (get_nulls_value(node) != slot)
/linux-master/net/llc/
H A Dllc_sap.c347 if (unlikely(get_nulls_value(node) != slot))
H A Dllc_conn.c512 if (unlikely(get_nulls_value(node) != slot))
575 if (unlikely(get_nulls_value(node) != slot))
/linux-master/net/ipv6/
H A Dinet6_hashtables.c82 if (get_nulls_value(node) != slot)
/linux-master/net/netfilter/
H A Dnf_conntrack_standalone.c131 if (likely(get_nulls_value(head) == st->bucket)) {
H A Dnf_conntrack_core.c764 if (get_nulls_value(n) != bucket) {
1346 if (get_nulls_value(n) != hash) {
1561 /* could check get_nulls_value() here and restart if ct
/linux-master/kernel/bpf/
H A Dhashtab.c664 if (unlikely(get_nulls_value(n) != (hash & (n_buckets - 1))))
/linux-master/mm/
H A Dvmscan.c4854 if (gen != get_nulls_value(pos))

Completed in 327 milliseconds