Lines Matching refs:phonet_device
48 static struct phonet_device *__phonet_device_alloc(struct net_device *dev) in __phonet_device_alloc()
51 struct phonet_device *pnd = kmalloc_obj(*pnd, GFP_ATOMIC); in __phonet_device_alloc()
62 static struct phonet_device *__phonet_get(struct net_device *dev) in __phonet_get()
65 struct phonet_device *pnd; in __phonet_get()
76 static struct phonet_device *__phonet_get_rcu(struct net_device *dev) in __phonet_get_rcu()
79 struct phonet_device *pnd; in __phonet_get_rcu()
91 struct phonet_device *pnd; in phonet_device_destroy()
118 struct phonet_device *pnd; in phonet_device_get()
139 struct phonet_device *pnd; in phonet_address_add()
161 struct phonet_device *pnd; in phonet_address_del()
186 struct phonet_device *pnd; in phonet_address_get()
220 struct phonet_device *pnd; in phonet_address_lookup()