Home
last modified time | relevance | path

Searched refs:lowpan_802154_cb (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/net/
D6lowpan.h172 struct lowpan_802154_cb { struct
179 struct lowpan_802154_cb *lowpan_802154_cb(const struct sk_buff *skb) in lowpan_802154_cb() argument
181 BUILD_BUG_ON(sizeof(struct lowpan_802154_cb) > sizeof(skb->cb)); in lowpan_802154_cb()
182 return (struct lowpan_802154_cb *)skb->cb; in lowpan_802154_cb()
/Linux-v4.19/net/ieee802154/6lowpan/
Dreassembly.c67 fq_find(struct net *net, const struct lowpan_802154_cb *cb, in fq_find()
98 offset = lowpan_802154_cb(skb)->d_offset << 3; in lowpan_frag_queue()
99 end = lowpan_802154_cb(skb)->d_size; in lowpan_frag_queue()
126 lowpan_802154_cb(prev)->d_offset < in lowpan_frag_queue()
127 lowpan_802154_cb(skb)->d_offset) { in lowpan_frag_queue()
133 if (lowpan_802154_cb(next)->d_offset >= in lowpan_frag_queue()
134 lowpan_802154_cb(skb)->d_offset) in lowpan_frag_queue()
332 struct lowpan_802154_cb *cb) in lowpan_get_cb()
369 struct lowpan_802154_cb *cb = lowpan_802154_cb(skb); in lowpan_frag_rcv()
Drx.c111 lowpan_802154_cb(skb)->d_size = 0; in lowpan_rx_h_iphc()
/Linux-v4.19/net/6lowpan/
Dnhc_udp.c96 if (lowpan_802154_cb(skb)->d_size) in udp_uncompress()
97 uh.len = htons(lowpan_802154_cb(skb)->d_size - in udp_uncompress()
Diphc.c753 if (lowpan_802154_cb(skb)->d_size) in lowpan_header_decompress()
754 hdr.payload_len = htons(lowpan_802154_cb(skb)->d_size - in lowpan_header_decompress()