Home
last modified time | relevance | path

Searched refs:ntail (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_extent.c206 s64 ntail, nextend, ninsert; in extRealloc() local
268 ntail = nbperpage; in extRealloc()
269 nextend = ntail - xlen; in extRealloc()
274 ntail = nxlen; in extRealloc()
298 if ((rc = xtTailgate(0, ip, xoff, (int) ntail, nxaddr, 0))) { in extRealloc()
312 xaddr = nxaddr + ntail; in extRealloc()
313 if (xtInsert (0, ip, xflag, xoff + ntail, (int) ninsert, in extRealloc()
317 nxlen = ntail; in extRealloc()
/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_output.c35 int ntail = dst->dev->needed_tailroom - skb_tailroom(skb); in xfrm_skb_check_space() local
38 if (ntail <= 0) in xfrm_skb_check_space()
41 } else if (ntail < 0) in xfrm_skb_check_space()
42 ntail = 0; in xfrm_skb_check_space()
44 return pskb_expand_head(skb, nhead, ntail, GFP_ATOMIC); in xfrm_skb_check_space()
/kernel/linux/linux-6.6/net/xfrm/
H A Dxfrm_output.c36 int ntail = dst->dev->needed_tailroom - skb_tailroom(skb); in xfrm_skb_check_space() local
39 if (ntail <= 0) in xfrm_skb_check_space()
42 } else if (ntail < 0) in xfrm_skb_check_space()
43 ntail = 0; in xfrm_skb_check_space()
45 return pskb_expand_head(skb, nhead, ntail, GFP_ATOMIC); in xfrm_skb_check_space()
/kernel/linux/linux-5.10/net/core/
H A Dskbuff.c1614 * @ntail: room to add at tail
1617 * Expands (or creates identical copy, if @nhead and @ntail are zero)
1626 int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail, in pskb_expand_head() argument
1630 int size = osize + nhead + ntail; in pskb_expand_head()
1814 int ntail; in __skb_pad() local
1822 ntail = skb->data_len + pad - (skb->end - skb->tail); in __skb_pad()
1823 if (likely(skb_cloned(skb) || ntail > 0)) { in __skb_pad()
1824 err = pskb_expand_head(skb, 0, ntail, GFP_ATOMIC); in __skb_pad()
4516 int ntail = 0; in skb_cow_data() local
4531 ntail in skb_cow_data()
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dskbuff.c2063 * @ntail: room to add at tail
2066 * Expands (or creates identical copy, if @nhead and @ntail are zero)
2075 int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail, in pskb_expand_head() argument
2079 unsigned int size = osize + nhead + ntail; in pskb_expand_head()
2356 int ntail; in __skb_pad() local
2364 ntail = skb->data_len + pad - (skb->end - skb->tail); in __skb_pad()
2365 if (likely(skb_cloned(skb) || ntail > 0)) { in __skb_pad()
2366 err = pskb_expand_head(skb, 0, ntail, GFP_ATOMIC); in __skb_pad()
5046 int ntail = 0; in skb_cow_data() local
5061 ntail in skb_cow_data()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c2116 int ntail, ret; in brcmf_sdio_txpkt_prep_sg() local
2150 ntail = pkt->data_len + tail_pad - in brcmf_sdio_txpkt_prep_sg()
2152 if (skb_cloned(pkt) || ntail > 0) in brcmf_sdio_txpkt_prep_sg()
2153 if (pskb_expand_head(pkt, 0, ntail, GFP_ATOMIC)) in brcmf_sdio_txpkt_prep_sg()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c2127 int ntail, ret; in brcmf_sdio_txpkt_prep_sg() local
2161 ntail = pkt->data_len + tail_pad - in brcmf_sdio_txpkt_prep_sg()
2163 if (skb_cloned(pkt) || ntail > 0) in brcmf_sdio_txpkt_prep_sg()
2164 if (pskb_expand_head(pkt, 0, ntail, GFP_ATOMIC)) in brcmf_sdio_txpkt_prep_sg()
/kernel/linux/linux-5.10/include/linux/
H A Dskbuff.h1169 int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail, gfp_t gfp_mask);
/kernel/linux/linux-6.6/include/linux/
H A Dskbuff.h1353 int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail, gfp_t gfp_mask);

Completed in 41 milliseconds