Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_pkt_add_timestamp.h75 #define QDF_PKT_PROTO_TCP_BIT (1 << QDF_PKT_PROTO_TCP) macro
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_pkt_add_timestamp.c158 if (dp_pkt_ts_info.enable_protocol_bitmap & QDF_PKT_PROTO_TCP_BIT) { in qdf_add_dp_pkt_timestamp()