Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A 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