lowpan_cb         172 net/bluetooth/6lowpan.c 		if (ipv6_addr_any(&lowpan_cb(skb)->gw)) {
lowpan_cb         180 net/bluetooth/6lowpan.c 			nexthop = &lowpan_cb(skb)->gw;
lowpan_cb         189 net/bluetooth/6lowpan.c 		memcpy(&lowpan_cb(skb)->gw, nexthop, sizeof(struct in6_addr));
lowpan_cb         412 net/bluetooth/6lowpan.c 		lowpan_cb(skb)->chan = NULL;
lowpan_cb         431 net/bluetooth/6lowpan.c 		lowpan_cb(skb)->chan = peer->chan;
lowpan_cb         551 net/bluetooth/6lowpan.c 		if (lowpan_cb(skb)->chan) {
lowpan_cb         554 net/bluetooth/6lowpan.c 			       &lowpan_cb(skb)->addr, lowpan_cb(skb)->chan);
lowpan_cb         555 net/bluetooth/6lowpan.c 			err = send_pkt(lowpan_cb(skb)->chan, skb, netdev);