Home
last modified time | relevance | path

Searched refs:__skb_grow (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dsdio_txrx.c257 err = __skb_grow(e->skb, roundup(e->skb->len, in mt76s_tx_run_queue()
/openbmc/linux/include/linux/
H A Dskbuff.h3113 static inline int __skb_grow(struct sk_buff *skb, unsigned int len) in __skb_grow() function
3896 return __skb_grow(skb, len); in __skb_grow_rcsum()
/openbmc/linux/drivers/net/
H A Dtun.c1481 err = __skb_grow(skb, linear); in tun_napi_alloc_frags()