Symbol: lowpan_dev
include/net/6lowpan.h
155
struct lowpan_dev *lowpan_dev(const struct net_device *dev)
include/net/6lowpan.h
169
return (struct lowpan_802154_dev *)lowpan_dev(dev)->priv;
include/net/6lowpan.h
99
(sizeof(struct lowpan_dev) + llpriv_size)
include/net/cfg802154.h
482
struct net_device *lowpan_dev;
net/6lowpan/6lowpan_i.h
13
return lowpan_dev(dev)->lltype == lltype;
net/6lowpan/core.c
137
&lowpan_dev(dev)->ctx.table[i].flags);
net/6lowpan/core.c
34
lowpan_dev(dev)->lltype = lltype;
net/6lowpan/core.c
36
spin_lock_init(&lowpan_dev(dev)->ctx.lock);
net/6lowpan/core.c
38
lowpan_dev(dev)->ctx.table[i].id = i;
net/6lowpan/debugfs.c
169
struct lowpan_dev *ldev = lowpan_dev(dev);
net/6lowpan/debugfs.c
231
struct lowpan_dev *ldev)
net/6lowpan/debugfs.c
247
struct lowpan_dev *ldev = lowpan_dev(dev);
net/6lowpan/debugfs.c
256
debugfs_create_file("show", 0644, contexts, &lowpan_dev(dev)->ctx,
net/6lowpan/debugfs.c
267
debugfs_remove_recursive(lowpan_dev(dev)->iface_debugfs);
net/6lowpan/iphc.c
1166
spin_lock_bh(&lowpan_dev(dev)->ctx.lock);
net/6lowpan/iphc.c
1175
spin_unlock_bh(&lowpan_dev(dev)->ctx.lock);
net/6lowpan/iphc.c
1177
spin_lock_bh(&lowpan_dev(dev)->ctx.lock);
net/6lowpan/iphc.c
1183
spin_unlock_bh(&lowpan_dev(dev)->ctx.lock);
net/6lowpan/iphc.c
192
struct lowpan_iphc_ctx *ret = &lowpan_dev(dev)->ctx.table[id];
net/6lowpan/iphc.c
204
struct lowpan_iphc_ctx *table = lowpan_dev(dev)->ctx.table;
net/6lowpan/iphc.c
248
struct lowpan_iphc_ctx *table = lowpan_dev(dev)->ctx.table;
net/6lowpan/iphc.c
335
switch (lowpan_dev(dev)->lltype) {
net/6lowpan/iphc.c
396
switch (lowpan_dev(dev)->lltype) {
net/6lowpan/iphc.c
660
spin_lock_bh(&lowpan_dev(dev)->ctx.lock);
net/6lowpan/iphc.c
663
spin_unlock_bh(&lowpan_dev(dev)->ctx.lock);
net/6lowpan/iphc.c
671
spin_unlock_bh(&lowpan_dev(dev)->ctx.lock);
net/6lowpan/iphc.c
688
spin_lock_bh(&lowpan_dev(dev)->ctx.lock);
net/6lowpan/iphc.c
691
spin_unlock_bh(&lowpan_dev(dev)->ctx.lock);
net/6lowpan/iphc.c
700
spin_unlock_bh(&lowpan_dev(dev)->ctx.lock);
net/6lowpan/iphc.c
712
spin_lock_bh(&lowpan_dev(dev)->ctx.lock);
net/6lowpan/iphc.c
715
spin_unlock_bh(&lowpan_dev(dev)->ctx.lock);
net/6lowpan/iphc.c
724
spin_unlock_bh(&lowpan_dev(dev)->ctx.lock);
net/6lowpan/iphc.c
751
switch (lowpan_dev(dev)->lltype) {
net/6lowpan/iphc.c
854
switch (lowpan_dev(dev)->lltype) {
net/6lowpan/iphc.c
950
switch (lowpan_dev(dev)->lltype) {
net/6lowpan/nhc_udp.c
88
switch (lowpan_dev(skb->dev)->lltype) {
net/bluetooth/6lowpan.c
88
return (struct lowpan_btle_dev *)lowpan_dev(netdev)->priv;
net/ieee802154/6lowpan/core.c
158
if (wdev->ieee802154_ptr->lowpan_dev) {
net/ieee802154/6lowpan/core.c
184
wdev->ieee802154_ptr->lowpan_dev = ldev;
net/ieee802154/6lowpan/core.c
194
wdev->ieee802154_ptr->lowpan_dev = NULL;
net/ieee802154/6lowpan/core.c
236
if (wpan_dev->lowpan_dev)
net/ieee802154/6lowpan/core.c
237
lowpan_dellink(wpan_dev->lowpan_dev, NULL);
net/ieee802154/6lowpan/rx.c
281
ldev = wdev->ieee802154_ptr->lowpan_dev;
net/ieee802154/nl802154.c
1078
if (wpan_dev->lowpan_dev) {
net/ieee802154/nl802154.c
1079
if (netif_running(wpan_dev->lowpan_dev))
net/ieee802154/nl802154.c
1113
if (wpan_dev->lowpan_dev) {
net/ieee802154/nl802154.c
1114
if (netif_running(wpan_dev->lowpan_dev))
net/mac802154/iface.c
123
if (sdata->wpan_dev.lowpan_dev) {
net/mac802154/iface.c
124
if (netif_running(sdata->wpan_dev.lowpan_dev))
net/mac802154/iface.c
138
if (sdata->wpan_dev.lowpan_dev)
net/mac802154/iface.c
139
dev_addr_set(sdata->wpan_dev.lowpan_dev, dev->dev_addr);