Searched refs:lowpan_frag_reasm (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ieee802154/6lowpan/ |
H A D | reassembly.c | 33 static int lowpan_frag_reasm(struct lowpan_frag_queue *fq, struct sk_buff *skb, 145 res = lowpan_frag_reasm(fq, skb, prev_tail, ldev); in lowpan_frag_queue() 163 static int lowpan_frag_reasm(struct lowpan_frag_queue *fq, struct sk_buff *skb, in lowpan_frag_reasm() function 183 net_dbg_ratelimited("lowpan_frag_reasm: no memory for reassembly\n"); in lowpan_frag_reasm()
|
/kernel/linux/linux-6.6/net/ieee802154/6lowpan/ |
H A D | reassembly.c | 33 static int lowpan_frag_reasm(struct lowpan_frag_queue *fq, struct sk_buff *skb, 146 res = lowpan_frag_reasm(fq, skb, prev_tail, ldev); in lowpan_frag_queue() 164 static int lowpan_frag_reasm(struct lowpan_frag_queue *fq, struct sk_buff *skb, in lowpan_frag_reasm() function 184 net_dbg_ratelimited("lowpan_frag_reasm: no memory for reassembly\n"); in lowpan_frag_reasm()
|
Completed in 2 milliseconds