Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_tsf.c2458 qdf_nbuf_t new_netbuf; in hdd_tx_timestamp() local
2465 new_netbuf = qdf_nbuf_clone(netbuf); in hdd_tx_timestamp()
2466 if (!new_netbuf) in hdd_tx_timestamp()
2469 serr = SKB_EXT_ERR(new_netbuf); in hdd_tx_timestamp()
2492 err = sock_queue_err_skb(sk, new_netbuf); in hdd_tx_timestamp()
2494 qdf_nbuf_free(new_netbuf); in hdd_tx_timestamp()