Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dndisc.h383 return ___neigh_lookup_noref(&nd_tbl, neigh_key_eq128, ndisc_hashfn, pkey, dev); in __ipv6_neigh_lookup_noref()
390 return ___neigh_lookup_noref(ipv6_stub->nd_tbl, neigh_key_eq128, in __ipv6_neigh_lookup_noref_stub()
H A Dneighbour.h281 static inline bool neigh_key_eq128(const struct neighbour *n, const void *pkey) in neigh_key_eq128() function
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dndisc.c322 return neigh_key_eq128(n, pkey); in ndisc_key_eq()