Lines Matching refs:pkey
371 static inline u32 ndisc_hashfn(const void *pkey, const struct net_device *dev, __u32 *hash_rnd)
373 const u32 *p32 = pkey;
381 static inline struct neighbour *__ipv6_neigh_lookup_noref(struct net_device *dev, const void *pkey)
383 return ___neigh_lookup_noref(&nd_tbl, neigh_key_eq128, ndisc_hashfn, pkey, dev);
388 const void *pkey)
391 ndisc_hashfn, pkey, dev);
394 static inline struct neighbour *__ipv6_neigh_lookup(struct net_device *dev, const void *pkey)
399 n = __ipv6_neigh_lookup_noref(dev, pkey);
408 const void *pkey)
413 n = __ipv6_neigh_lookup_noref(dev, pkey);
419 const void *pkey)
424 n = __ipv6_neigh_lookup_noref_stub(dev, pkey);