Lines Matching refs:phonet_device
63 static struct phonet_device *__phonet_device_alloc(struct net_device *dev) in __phonet_device_alloc()
66 struct phonet_device *pnd = kmalloc(sizeof(*pnd), GFP_ATOMIC); in __phonet_device_alloc()
77 static struct phonet_device *__phonet_get(struct net_device *dev) in __phonet_get()
80 struct phonet_device *pnd; in __phonet_get()
90 static struct phonet_device *__phonet_get_rcu(struct net_device *dev) in __phonet_get_rcu()
93 struct phonet_device *pnd; in __phonet_get_rcu()
105 struct phonet_device *pnd; in phonet_device_destroy()
127 struct phonet_device *pnd; in phonet_device_get()
149 struct phonet_device *pnd; in phonet_address_add()
168 struct phonet_device *pnd; in phonet_address_del()
191 struct phonet_device *pnd; in phonet_address_get()
225 struct phonet_device *pnd; in phonet_address_lookup()