Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dndisc.h159 return ___neigh_lookup_noref(&nd_tbl, neigh_key_eq128, ndisc_hashfn, pkey, dev); in __ipv6_neigh_lookup_noref()
Dneighbour.h260 static inline bool neigh_key_eq128(const struct neighbour *n, const void *pkey) in neigh_key_eq128() function
/linux-4.1.27/net/ipv6/
Dndisc.c302 return neigh_key_eq128(n, pkey); in ndisc_key_eq()