Searched refs:new_netbuf (Results 1 – 1 of 1) sorted by relevance
2458 qdf_nbuf_t new_netbuf; in hdd_tx_timestamp() local2465 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()