Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/pkt_capture/core/inc/
H A Dwlan_pkt_capture_main.h201 uint32_t pkt_capture_drop_nbuf_list(qdf_nbuf_t buf_list);
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
H A Dwlan_pkt_capture_data_txrx.c990 drop_count = pkt_capture_drop_nbuf_list(buf_list); in pkt_capture_rx_data_cb()
1096 drop_count = pkt_capture_drop_nbuf_list(buf_list); in pkt_capture_rx_data_cb()
1277 drop_count = pkt_capture_drop_nbuf_list(nbuf_list); in pkt_capture_tx_data_cb()
1472 drop_count = pkt_capture_drop_nbuf_list(nbuf_list); in pkt_capture_tx_data_cb()
1530 drop_count = pkt_capture_drop_nbuf_list(mon_buf_list); in pkt_capture_datapkt_process()
H A Dwlan_pkt_capture_mgmt_txrx.c117 drop_count = pkt_capture_drop_nbuf_list(nbuf_list); in pkt_capture_mgmtpkt_cb()
H A Dwlan_pkt_capture_main.c1011 uint32_t pkt_capture_drop_nbuf_list(qdf_nbuf_t buf_list) in pkt_capture_drop_nbuf_list() function