Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Di_qdf_nbuf.h1266 void __qdf_nbuf_count_inc(struct sk_buff *nbuf);
1298 static inline void __qdf_nbuf_count_inc(struct sk_buff *skb) in __qdf_nbuf_count_inc() function
1545 __qdf_nbuf_count_inc(skb_new); in __qdf_nbuf_copy()
2479 __qdf_nbuf_count_inc(copy); in __qdf_nbuf_copy_expand()
Dqdf_nbuf.c373 void __qdf_nbuf_count_inc(qdf_nbuf_t nbuf) in __qdf_nbuf_count_inc() function
391 qdf_export_symbol(__qdf_nbuf_count_inc);
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_nbuf.h5159 return __qdf_nbuf_count_inc(buf); in qdf_nbuf_count_inc()