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