Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A 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()
/openbmc/linux/net/ieee802154/6lowpan/
H A Dreassembly.c63 fq_find(struct net *net, const struct lowpan_802154_cb *cb, in fq_find()
94 BUILD_BUG_ON(sizeof(struct lowpan_802154_cb) > sizeof(struct inet_skb_parm)); in lowpan_frag_queue()
95 BUILD_BUG_ON(sizeof(struct lowpan_802154_cb) > sizeof(struct inet6_skb_parm)); in lowpan_frag_queue()
100 offset = lowpan_802154_cb(skb)->d_offset << 3; in lowpan_frag_queue()
101 end = lowpan_802154_cb(skb)->d_size; in lowpan_frag_queue()
244 struct lowpan_802154_cb *cb) in lowpan_get_cb()
281 struct lowpan_802154_cb *cb = lowpan_802154_cb(skb); in lowpan_frag_rcv()
H A Drx.c103 lowpan_802154_cb(skb)->d_size = 0; in lowpan_rx_h_iphc()
/openbmc/linux/net/6lowpan/
H A Dnhc_udp.c90 if (lowpan_802154_cb(skb)->d_size) in udp_uncompress()
91 uh.len = htons(lowpan_802154_cb(skb)->d_size - in udp_uncompress()
H A 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()