Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ !
H A Di_qdf_nbuf.h2474 __qdf_nbuf_copy_expand(struct sk_buff *buf, int headroom, int tailroom) in __qdf_nbuf_copy_expand() function
H A Dqdf_nbuf.c3794 qdf_nbuf_t copied_buf = __qdf_nbuf_copy_expand(buf, headroom, tailroom); in qdf_nbuf_copy_expand_debug()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/ !
H A Dqdf_nbuf.h2688 return __qdf_nbuf_copy_expand(buf, headroom, tailroom); in qdf_nbuf_copy_expand()