Home
last modified time | relevance | path

Searched refs:skb_realloc_headroom (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dskbuff.h1090 skb_realloc_headroom(struct sk_buff *skb, unsigned int headroom) in skb_realloc_headroom() function
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_tx.c1339 msdu = skb_realloc_headroom(msdu, HTT_TX_HL_NEEDED_HEADROOM); in ath10k_htt_tx_hl()