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);
112 struct sk_buff *prev_tail; in ip6_frag_queue() local
192 prev_tail = fq->q.fragments_tail; in ip6_frag_queue()
223 err = ip6_frag_reasm(fq, skb, prev_tail, dev); in ip6_frag_queue()
257 struct sk_buff *prev_tail, struct net_device *dev) in ip6_frag_reasm() argument
271 reasm_data = inet_frag_reasm_prepare(&fq->q, skb, prev_tail); in ip6_frag_reasm()
/linux/net/ieee802154/6lowpan/
H A Dreassembly.c87 struct sk_buff *prev_tail; in lowpan_frag_queue() local
127 prev_tail = fq->q.fragments_tail; in lowpan_frag_queue()
146 res = lowpan_frag_reasm(fq, skb, prev_tail, ldev); in lowpan_frag_queue()
165 struct sk_buff *prev_tail, struct net_device *ldev) in lowpan_frag_reasm() argument
171 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);
279 struct sk_buff *prev_tail; in ip_frag_queue() local
349 prev_tail = qp->q.fragments_tail; in ip_frag_queue()
379 err = ip_frag_reasm(qp, skb, prev_tail, dev); in ip_frag_queue()
413 struct sk_buff *prev_tail, struct net_device *dev) in ip_frag_reasm() argument
430 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);
318 struct sk_buff *prev_tail, struct net_device *dev) in nf_ct_frag6_reasm() argument
330 reasm_data = inet_frag_reasm_prepare(&fq->q, skb, prev_tail); in nf_ct_frag6_reasm()