Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_pkt_add_timestamp.c132 uint32_t total_offset; in qdf_add_ts() local
135 total_offset = qdf_get_tcp_offset(nbuf, offset); in qdf_add_ts()
137 total_offset = qdf_get_udp_offset(nbuf, offset); in qdf_add_ts()
141 if (qdf_nbuf_len(nbuf) < total_offset + sizeof(struct ts)) in qdf_add_ts()
144 ts_ptr = (struct ts *)(qdf_nbuf_data(nbuf) + total_offset); in qdf_add_ts()