Lines Matching refs:pkey
347 static inline u32 ndisc_hashfn(const void *pkey, const struct net_device *dev, __u32 *hash_rnd) in ndisc_hashfn() argument
349 const u32 *p32 = pkey; in ndisc_hashfn()
357 static inline struct neighbour *__ipv6_neigh_lookup_noref(struct net_device *dev, const void *pkey) in __ipv6_neigh_lookup_noref() argument
359 return ___neigh_lookup_noref(&nd_tbl, neigh_key_eq128, ndisc_hashfn, pkey, dev); in __ipv6_neigh_lookup_noref()
364 const void *pkey) in __ipv6_neigh_lookup_noref_stub() argument
367 ndisc_hashfn, pkey, dev); in __ipv6_neigh_lookup_noref_stub()
370 static inline struct neighbour *__ipv6_neigh_lookup(struct net_device *dev, const void *pkey) in __ipv6_neigh_lookup() argument
375 n = __ipv6_neigh_lookup_noref(dev, pkey); in __ipv6_neigh_lookup()
384 const void *pkey) in __ipv6_confirm_neigh() argument
389 n = __ipv6_neigh_lookup_noref(dev, pkey); in __ipv6_confirm_neigh()
395 const void *pkey) in __ipv6_confirm_neigh_stub() argument
400 n = __ipv6_neigh_lookup_noref_stub(dev, pkey); in __ipv6_confirm_neigh_stub()