Searched refs:prev_tail (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | bitmap.c | 63 size_t to_alloc, size_t *prev_tail, size_t *b_pos, in wnd_scan() argument 72 if (*b_len < *prev_tail) { in wnd_scan() 73 *b_pos = wbit - *prev_tail; in wnd_scan() 74 *b_len = *prev_tail; in wnd_scan() 77 *prev_tail = 0; in wnd_scan() 83 if (*b_len < *prev_tail) { in wnd_scan() 84 *b_pos = wbit - *prev_tail; in wnd_scan() 85 *b_len = *prev_tail; in wnd_scan() 88 *prev_tail = 0; in wnd_scan() 94 end = wpos + to_alloc - *prev_tail; in wnd_scan() [all …]
|
| /linux/net/ieee802154/6lowpan/ |
| H A D | reassembly.c | 90 struct sk_buff *prev_tail; in lowpan_frag_queue() local 130 prev_tail = fq->q.fragments_tail; in lowpan_frag_queue() 149 res = lowpan_frag_reasm(fq, skb, prev_tail, ldev, refs); in lowpan_frag_queue() 168 struct sk_buff *prev_tail, struct net_device *ldev, in lowpan_frag_reasm() argument 175 reasm_data = inet_frag_reasm_prepare(&fq->q, skb, prev_tail); in lowpan_frag_reasm()
|
| /linux/net/ipv4/ |
| H A D | ip_fragment.c | 79 struct sk_buff *prev_tail, struct net_device *dev, 264 struct sk_buff *prev_tail; in ip_frag_queue() 334 prev_tail = qp->q.fragments_tail; in ip_frag_queue() 364 err = ip_frag_reasm(qp, skb, prev_tail, dev, refs); in ip_frag_queue() 398 struct sk_buff *prev_tail, struct net_device *dev, 416 reasm_data = inet_frag_reasm_prepare(&qp->q, skb, prev_tail); in ip_frag_reasm() 267 struct sk_buff *prev_tail; ip_frag_queue() local 401 ip_frag_reasm(struct ipq * qp,struct sk_buff * skb,struct sk_buff * prev_tail,struct net_device * dev,int * refs) ip_frag_reasm() argument
|
| /linux/net/ipv6/netfilter/ |
| H A D | nf_conntrack_reasm.c | 126 struct sk_buff *prev_tail, struct net_device *dev, 320 struct sk_buff *prev_tail, struct net_device *dev, in nf_ct_frag6_reasm() argument 333 reasm_data = inet_frag_reasm_prepare(&fq->q, skb, prev_tail); in nf_ct_frag6_reasm()
|