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(sizeof(*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()
75 static struct phonet_device *__phonet_get_rcu(struct net_device *dev) in __phonet_get_rcu()
78 struct phonet_device *pnd; in __phonet_get_rcu()
90 struct phonet_device *pnd; in phonet_device_destroy()
112 struct phonet_device *pnd; in phonet_device_get()
133 struct phonet_device *pnd; in phonet_address_add()
152 struct phonet_device *pnd; in phonet_address_del()
175 struct phonet_device *pnd; in phonet_address_get()
209 struct phonet_device *pnd; in phonet_address_lookup()