Lines Matching refs:phonet_device
50 static struct phonet_device *__phonet_device_alloc(struct net_device *dev) in __phonet_device_alloc()
53 struct phonet_device *pnd = kmalloc(sizeof(*pnd), GFP_ATOMIC); in __phonet_device_alloc()
64 static struct phonet_device *__phonet_get(struct net_device *dev) in __phonet_get()
67 struct phonet_device *pnd; in __phonet_get()
77 static struct phonet_device *__phonet_get_rcu(struct net_device *dev) in __phonet_get_rcu()
80 struct phonet_device *pnd; in __phonet_get_rcu()
92 struct phonet_device *pnd; in phonet_device_destroy()
114 struct phonet_device *pnd; in phonet_device_get()
136 struct phonet_device *pnd; in phonet_address_add()
155 struct phonet_device *pnd; in phonet_address_del()
178 struct phonet_device *pnd; in phonet_address_get()
212 struct phonet_device *pnd; in phonet_address_lookup()