Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Darp.c128 static int arp_constructor(struct neighbour *neigh);
161 .constructor = arp_constructor,
224 static int arp_constructor(struct neighbour *neigh) in arp_constructor() function