Home
last modified time | relevance | path

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

/linux-6.1.9/net/ipv4/
Darp.c123 static bool arp_key_eq(const struct neighbour *n, const void *pkey);
157 .key_eq = arp_key_eq,
218 static bool arp_key_eq(const struct neighbour *neigh, const void *pkey) in arp_key_eq() function