Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dlist_nulls.h48 static inline unsigned long get_nulls_value(const struct hlist_nulls_node *ptr) in get_nulls_value() function
/linux-4.1.27/net/ipv6/
Dinet6_hashtables.c86 if (get_nulls_value(node) != slot) in __inet6_lookup_established()
161 if (get_nulls_value(node) != hash + LISTENING_NULLS_BASE) in inet6_lookup_listener()
Dudp.c268 if (get_nulls_value(node) != slot2) in udp6_lib_lookup2()
348 if (get_nulls_value(node) != slot) in __udp6_lib_lookup()
/linux-4.1.27/net/ipv4/
Dinet_hashtables.c245 if (get_nulls_value(node) != hash + LISTENING_NULLS_BASE) in __inet_lookup_listener()
321 if (get_nulls_value(node) != slot) in __inet_lookup_established()
Dinet_timewait_sock.c327 if (get_nulls_value(node) != slot) in inet_twsk_purge()
Dudp.c475 if (get_nulls_value(node) != slot2) in udp4_lib_lookup2()
556 if (get_nulls_value(node) != slot) in __udp4_lib_lookup()
1897 if (get_nulls_value(node) != slot) in __udp4_lib_mcast_demux_lookup()
/linux-4.1.27/net/llc/
Dllc_conn.c526 if (unlikely(get_nulls_value(node) != slot)) in __llc_lookup_established()
585 if (unlikely(get_nulls_value(node) != slot)) in __llc_lookup_listener()
Dllc_sap.c345 if (unlikely(get_nulls_value(node) != slot)) in llc_lookup_dgram()
/linux-4.1.27/net/ipv4/netfilter/
Dnf_conntrack_l3proto_ipv4_compat.c57 if (likely(get_nulls_value(head) == st->bucket)) { in ct_get_next()
/linux-4.1.27/Documentation/RCU/
Drculist_nulls.txt146 if (get_nulls_value(node) != slot)
/linux-4.1.27/net/netfilter/
Dnf_conntrack_standalone.c79 if (likely(get_nulls_value(head) == st->bucket)) { in ct_get_next()
Dnf_conntrack_core.c434 if (get_nulls_value(n) != bucket) { in ____nf_conntrack_find()