Home
last modified time | relevance | path

Searched refs:rhashtable_compare_arg (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
Drhashtable.h86 struct rhashtable_compare_arg { struct
93 typedef int (*rht_obj_cmpfn_t)(struct rhashtable_compare_arg *arg, argument
506 static inline int rhashtable_compare(struct rhashtable_compare_arg *arg, in rhashtable_compare()
530 struct rhashtable_compare_arg arg = { in rhashtable_lookup_fast()
568 struct rhashtable_compare_arg arg = { in __rhashtable_insert_fast()
/linux-4.1.27/net/netfilter/
Dnft_hash.c59 static inline int nft_hash_cmp(struct rhashtable_compare_arg *arg, in nft_hash_cmp()
/linux-4.1.27/net/netlink/
Daf_netlink.c1014 static inline int netlink_compare(struct rhashtable_compare_arg *arg, in netlink_compare()