Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dbitmap.c63 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/ipv6/
H A Dreassembly.c71 struct sk_buff *prev_tail, struct net_device *dev,
113 struct sk_buff *prev_tail; in ip6_frag_queue() local
193 prev_tail = fq->q.fragments_tail; in ip6_frag_queue()
224 err = ip6_frag_reasm(fq, skb, prev_tail, dev, refs); in ip6_frag_queue()
258 struct sk_buff *prev_tail, struct net_device *dev, in ip6_frag_reasm() argument
273 reasm_data = inet_frag_reasm_prepare(&fq->q, skb, prev_tail); in ip6_frag_reasm()
/linux/net/ieee802154/6lowpan/
H A Dreassembly.c90 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 Dip_fragment.c79 struct sk_buff *prev_tail, struct net_device *dev,
267 struct sk_buff *prev_tail; in ip_frag_queue() local
337 prev_tail = qp->q.fragments_tail; in ip_frag_queue()
367 err = ip_frag_reasm(qp, skb, prev_tail, dev, refs); in ip_frag_queue()
401 struct sk_buff *prev_tail, struct net_device *dev, in ip_frag_reasm() argument
419 reasm_data = inet_frag_reasm_prepare(&qp->q, skb, prev_tail); in ip_frag_reasm()
/linux/net/ipv6/netfilter/
H A Dnf_conntrack_reasm.c126 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()