Searched refs:newtailroom (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | dm9620.c | 959 int newheadroom= 2, newtailroom= 0; in TxExpend() local 960 if (ts&TX_LEN_O) newtailroom++; in TxExpend() 961 if (ts&TX_LEN_F) newtailroom += 2; in TxExpend() 963 if (skb_tailroom(skb) >= newtailroom) newtailroom= 0; // tail no need expend in TxExpend() 964 if (newheadroom || newtailroom){ in TxExpend() 966 skb2 = skb_copy_expand(skb, newheadroom, newtailroom, flags); in TxExpend() 970 …ound].%d expend copy fail, for head, tail= %d, %d\n", priv->flg_txdbg++, newheadroom, newtailroom); in TxExpend() 973 …xRound].%d expend copy OK, for head, tail= %d, %d\n", priv->flg_txdbg++, newheadroom, newtailroom); in TxExpend() 981 int newheadroom, newtailroom; in dm9620_tx_fixup() local 1019 newtailroom= 0; //0, 1, 2, or 3 in dm9620_tx_fixup() [all …]
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | skbuff.c | 1781 int newheadroom, int newtailroom, in skb_copy_expand() argument 1787 struct sk_buff *n = __alloc_skb(newheadroom + skb->len + newtailroom, in skb_copy_expand()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | skbuff.h | 1187 int newtailroom, gfp_t priority);
|