Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/compat/linuxkpi/common/include/linux/
HDskbuff.h1083 skb_realloc_headroom(struct sk_buff *skb, unsigned int headroom) in skb_realloc_headroom() function
/freebsd-14-stable/sys/contrib/dev/athk/ath10k/
HDhtt_tx.c1339 msdu = skb_realloc_headroom(msdu, HTT_TX_HL_NEEDED_HEADROOM); in ath10k_htt_tx_hl()