Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_linux.c13729 static uint32 seq = 0, seq_ack = 0, tcp_option_len = 0, tcp_data_len = 0, tsval = 0, tsecr = 0; variable
19199 tcp_option_len = (b->tcp_header.doff * 4) - 20; in dhd_tcp_dump()
19200 if (tcp_option_len) { in dhd_tcp_dump()
19201 max_c = tcp_option_len; in dhd_tcp_dump()
19266 tcp_option_len, tcp_data_len, tsval, tsecr); in dhd_tcp_dump()