Home
last modified time | relevance | path

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

/linux/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/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/drivers/net/ovpn/
H A Dpeer.c464 if (get_nulls_value(ntmp) != slot) in ovpn_peer_get_by_vpn_addr4()
499 if (get_nulls_value(ntmp) != slot) in ovpn_peer_get_by_vpn_addr6()
616 if (!peer && get_nulls_value(ntmp) != slot) in ovpn_peer_get_by_transp_addr()
/linux/net/ipv4/
H A Dinet_timewait_sock.c360 if (get_nulls_value(node) != slot) in inet_twsk_purge()
/linux/net/llc/
H A Dllc_sap.c347 if (unlikely(get_nulls_value(node) != slot)) in llc_lookup_dgram()
/linux/net/ipv6/
H A Dinet6_hashtables.c83 if (get_nulls_value(node) != slot) in __inet6_lookup_established()
H A Dudp.c316 if (get_nulls_value(node) != slot) in udp6_lib_lookup4()
/linux/net/netfilter/
H A Dnf_conntrack_standalone.c128 if (get_nulls_value(tmp) != i) { in ct_get_next()
139 if (get_nulls_value(n) != i) in ct_get_next()
H A Dnf_conntrack_core.c764 if (get_nulls_value(n) != bucket) { in ____nf_conntrack_find()
1406 if (get_nulls_value(n) != hash) { in nf_conntrack_tuple_taken()
/linux/kernel/bpf/
H A Dhashtab.c646 if (unlikely(get_nulls_value(n) != (hash & (n_buckets - 1)))) in lookup_nulls_elem_raw()
/linux/mm/
H A Dvmscan.c5034 if (gen != get_nulls_value(pos)) in shrink_many()