Home
last modified time | relevance | path

Searched refs:lowpan_frag_queue (Results 1 – 2 of 2) sorted by relevance

/linux/net/ieee802154/6lowpan/
H A Dreassembly.c33 static int lowpan_frag_reasm(struct lowpan_frag_queue *fq, struct sk_buff *skb,
62 static inline struct lowpan_frag_queue *
81 return container_of(q, struct lowpan_frag_queue, q); in fq_find()
84 static int lowpan_frag_queue(struct lowpan_frag_queue *fq, in lowpan_frag_queue() function
164 static int lowpan_frag_reasm(struct lowpan_frag_queue *fq, struct sk_buff *skb, in lowpan_frag_reasm()
279 struct lowpan_frag_queue *fq; in lowpan_frag_rcv()
308 ret = lowpan_frag_queue(fq, skb, frag_type); in lowpan_frag_rcv()
H A D6lowpan_i.h29 struct lowpan_frag_queue { struct