Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv6/
Dndisc.c88 static bool ndisc_key_eq(const struct neighbour *neigh, const void *pkey);
124 .key_eq = ndisc_key_eq,
302 static bool ndisc_key_eq(const struct neighbour *n, const void *pkey) in ndisc_key_eq() function