Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dndisc.c78 static int ndisc_constructor(struct neighbour *neigh);
115 .constructor = ndisc_constructor,
329 static int ndisc_constructor(struct neighbour *neigh) in ndisc_constructor() function