Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/
Dneighbour.h208 bool (*key_eq)(const struct neighbour *, const void *pkey); member
295 bool (*key_eq)(const struct neighbour *n, const void *pkey), in ___neigh_lookup_noref()
310 if (n->dev == dev && key_eq(n, pkey)) in ___neigh_lookup_noref()
321 return ___neigh_lookup_noref(tbl, tbl->key_eq, tbl->hash, pkey, dev); in __neigh_lookup_noref()
/linux-6.1.9/net/ipv4/
Darp.c157 .key_eq = arp_key_eq,
/linux-6.1.9/net/ipv6/
Dndisc.c114 .key_eq = ndisc_key_eq,