Searched refs:to_atmarpd (Results 1 – 1 of 1) sorted by relevance
/linux/net/atm/ |
H A D | clip.c | 52 static int to_atmarpd(enum atmarp_ctrl_type type, int itf, __be32 ip) in to_atmarpd() function 271 to_atmarpd(act_need, PRIV(neigh->dev)->number, *ip); in clip_neigh_solicit() 365 to_atmarpd(act_need, PRIV(dev)->number, *((__be32 *)n->primary_key)); in clip_start_xmit() 563 to_atmarpd(act_up, PRIV(dev)->number, 0); in clip_device_event() 567 to_atmarpd(act_down, PRIV(dev)->number, 0); in clip_device_event() 572 to_atmarpd(act_change, PRIV(dev)->number, 0); in clip_device_event()
|