Home
last modified time | relevance | path

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

/openbmc/linux/net/atm/
H A Dclip.c50 static const struct neigh_ops clip_neigh_ops; variable
126 if (n->ops != &clip_neigh_ops) in neigh_check_cb()
282 static const struct neigh_ops clip_neigh_ops = { variable
301 neigh->ops = &clip_neigh_ops; in clip_constructor()