Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/utils/logging/src/
H A Dwlan_logging_sock_svc.c420 int total_log_len; in wlan_log_to_user() local
437 total_log_len = length + tlen + 1 + 1; in wlan_log_to_user()
450 sizeof(tAniNlHdr))) < total_log_len) { in wlan_log_to_user()
458 if (unlikely(MAX_LOGMSG_LENGTH < (sizeof(tAniNlHdr) + total_log_len))) { in wlan_log_to_user()