Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_debug_linux.c55 uint64 tsoffset; member
154 hdr->timestamp += ring_info->tsoffset; in dbg_ring_poll_worker()
226 ring_info->tsoffset = local_clock(); in dhd_os_start_logging()
228 ring_info->tsoffset = sched_clock(); in dhd_os_start_logging()
233 do_div(ring_info->tsoffset, 1000000); in dhd_os_start_logging()
234 ring_info->tsoffset -= ms; in dhd_os_start_logging()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_debug_linux.c56 uint64 tsoffset; member
158 hdr->timestamp += ring_info->tsoffset; in dbg_ring_poll_worker()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_debug_linux.c56 uint64 tsoffset; member
158 hdr->timestamp += ring_info->tsoffset; in dbg_ring_poll_worker()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_debug_linux.c56 uint64 tsoffset; member
158 hdr->timestamp += ring_info->tsoffset; in dbg_ring_poll_worker()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_debug_linux.c52 uint64 tsoffset; member
155 hdr->timestamp += ring_info->tsoffset; in dbg_ring_poll_worker()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_debug_linux.c52 uint64 tsoffset; member
155 hdr->timestamp += ring_info->tsoffset; in dbg_ring_poll_worker()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_minisocks.c276 tcptw->tw_ts_offset = tp->tsoffset; in tcp_time_wait()
538 newtp->tsoffset = treq->ts_off; in tcp_create_openreq_child()
H A Dsyncookies.c213 tcp_sk(child)->tsoffset = tsoff; in tcp_get_cookie_sock()
H A Dtcp.c448 tp->tsoffset = 0; in tcp_init_sock()
3396 tp->tsoffset = val - tcp_time_stamp_raw(); in do_tcp_setsockopt()
3872 val = tcp_time_stamp_raw() + tp->tsoffset; in do_tcp_getsockopt()
H A Dtcp_output.c791 opts->tsval = tcp_skb_timestamp(skb) + tp->tsoffset; in tcp_syn_options()
935 opts->tsval = skb ? tcp_skb_timestamp(skb) + tp->tsoffset : 0; in tcp_established_options()
H A Dtcp_input.c4139 tp->rx_opt.rcv_tsecr = ntohl(*ptr) - tp->tsoffset; in tcp_parse_aligned_timestamp()
4168 tp->rx_opt.rcv_tsecr -= tp->tsoffset; in tcp_fast_parse_options()
6112 tp->rx_opt.rcv_tsecr -= tp->tsoffset; in tcp_rcv_synsent_state_process()
H A Dtcp_ipv4.c300 tp->tsoffset = secure_tcp_ts_off(sock_net(sk), in tcp_v4_connect()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtcp.h200 u32 tsoffset; /* timestamp offset */ member
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dtcp_ipv6.c324 tp->tsoffset = secure_tcpv6_ts_off(sock_net(sk), in tcp_v6_connect()