Home
last modified time | relevance | path

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

/linux-6.12.1/net/ipv4/
Darp.c124 static int arp_constructor(struct neighbour *neigh);
158 .constructor = arp_constructor,
223 static int arp_constructor(struct neighbour *neigh) in arp_constructor() function