Searched refs:phonet_device (Results 1 - 3 of 3) sorted by path

/linux-master/include/net/phonet/
H A Dpn_dev.h25 struct phonet_device { struct
/linux-master/net/phonet/
H A Dpn_dev.c48 static struct phonet_device *__phonet_device_alloc(struct net_device *dev)
51 struct phonet_device *pnd = kmalloc(sizeof(*pnd), GFP_ATOMIC);
62 static struct phonet_device *__phonet_get(struct net_device *dev)
65 struct phonet_device *pnd;
75 static struct phonet_device *__phonet_get_rcu(struct net_device *dev)
78 struct phonet_device *pnd;
90 struct phonet_device *pnd;
112 struct phonet_device *pnd;
133 struct phonet_device *pnd;
152 struct phonet_device *pn
[all...]
H A Dpn_netlink.c124 struct phonet_device *pnd;

Completed in 244 milliseconds