Home
last modified time | relevance | path

Searched refs:tailroom (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_nbuf.h2473 #define qdf_nbuf_copy_expand(buf, headroom, tailroom) \ argument
2474 qdf_nbuf_copy_expand_debug(buf, headroom, tailroom, __func__, __LINE__)
2488 qdf_nbuf_copy_expand_debug(qdf_nbuf_t buf, int headroom, int tailroom,
2686 int tailroom) in qdf_nbuf_copy_expand() argument
2688 return __qdf_nbuf_copy_expand(buf, headroom, tailroom); in qdf_nbuf_copy_expand()
2783 int tailroom) in qdf_nbuf_copy_expand_fraglist() argument
2785 buf = qdf_nbuf_copy_expand(buf, headroom, tailroom); in qdf_nbuf_copy_expand_fraglist()
4916 qdf_nbuf_realloc_tailroom(qdf_nbuf_t buf, uint32_t tailroom) in qdf_nbuf_realloc_tailroom() argument
4918 return __qdf_nbuf_realloc_tailroom(buf, tailroom); in qdf_nbuf_realloc_tailroom()
4922 qdf_nbuf_expand(qdf_nbuf_t buf, uint32_t headroom, uint32_t tailroom) in qdf_nbuf_expand() argument
[all …]
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Di_qdf_nbuf.h2361 __qdf_nbuf_realloc_tailroom(struct sk_buff *skb, uint32_t tailroom) in __qdf_nbuf_realloc_tailroom() argument
2363 if (likely(!pskb_expand_head(skb, 0, tailroom, GFP_ATOMIC))) in __qdf_nbuf_realloc_tailroom()
2454 __qdf_nbuf_expand(struct sk_buff *skb, uint32_t headroom, uint32_t tailroom) in __qdf_nbuf_expand() argument
2456 if (likely(!pskb_expand_head(skb, headroom, tailroom, GFP_ATOMIC))) in __qdf_nbuf_expand()
2474 __qdf_nbuf_copy_expand(struct sk_buff *buf, int headroom, int tailroom) in __qdf_nbuf_copy_expand() argument
2477 copy = skb_copy_expand(buf, headroom, tailroom, GFP_ATOMIC); in __qdf_nbuf_copy_expand()
H A Dqdf_nbuf.c3791 qdf_nbuf_copy_expand_debug(qdf_nbuf_t buf, int headroom, int tailroom, in qdf_nbuf_copy_expand_debug() argument
3794 qdf_nbuf_t copied_buf = __qdf_nbuf_copy_expand(buf, headroom, tailroom); in qdf_nbuf_copy_expand_debug()
/wlan-driver/wpa_supplicant_8/src/common/
H A Ddpp.c