Home
last modified time | relevance | path

Searched refs:lowpan_cb (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/
H A D6lowpan.c36 #define lowpan_cb(skb) ((struct skb_cb *)((skb)->cb)) macro
173 if (ipv6_addr_any(&lowpan_cb(skb)->gw)) { in peer_lookup_dst()
181 nexthop = &lowpan_cb(skb)->gw; in peer_lookup_dst()
190 memcpy(&lowpan_cb(skb)->gw, nexthop, sizeof(struct in6_addr)); in peer_lookup_dst()
413 lowpan_cb(skb)->chan = NULL; in setup_header()
432 lowpan_cb(skb)->chan = peer->chan; in setup_header()
552 if (lowpan_cb(skb)->chan) { in bt_xmit()
555 &lowpan_cb(skb)->addr, lowpan_cb(skb)->chan); in bt_xmit()
556 err = send_pkt(lowpan_cb(sk in bt_xmit()
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H A D6lowpan.c36 #define lowpan_cb(skb) ((struct skb_cb *)((skb)->cb)) macro
145 if (ipv6_addr_any(&lowpan_cb(skb)->gw)) { in peer_lookup_dst()
153 nexthop = &lowpan_cb(skb)->gw; in peer_lookup_dst()
162 memcpy(&lowpan_cb(skb)->gw, nexthop, sizeof(struct in6_addr)); in peer_lookup_dst()
384 lowpan_cb(skb)->chan = NULL; in setup_header()
403 lowpan_cb(skb)->chan = peer->chan; in setup_header()
523 if (lowpan_cb(skb)->chan) { in bt_xmit()
526 &lowpan_cb(skb)->addr, lowpan_cb(skb)->chan); in bt_xmit()
527 err = send_pkt(lowpan_cb(sk in bt_xmit()
[all...]

Completed in 3 milliseconds