Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_time.c49 struct timespec64 tsval; in _mali_osk_time_get_ns() local
50 ktime_get_real_ts64(&tsval); in _mali_osk_time_get_ns()
51 return (u64)timespec64_to_ns(&tsval); in _mali_osk_time_get_ns()
56 struct timespec64 tsval; in _mali_osk_boot_time_get_ns() local
57 ktime_get_boottime_ts64(&tsval); in _mali_osk_boot_time_get_ns()
58 return (u64)timespec64_to_ns(&tsval); in _mali_osk_boot_time_get_ns()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_synproxy_core.c78 opts->tsval = get_unaligned_be32(ptr); in synproxy_parse_options()
137 *ptr++ = htonl(opts->tsval); in synproxy_build_options()
155 opts->tsecr = opts->tsval; in synproxy_init_timestamp_cookie()
156 opts->tsval = tcp_time_stamp_raw() & ~0x3f; in synproxy_init_timestamp_cookie()
159 opts->tsval |= opts->wscale; in synproxy_init_timestamp_cookie()
162 opts->tsval |= 0xf; in synproxy_init_timestamp_cookie()
165 opts->tsval |= 1 << 4; in synproxy_init_timestamp_cookie()
168 opts->tsval |= 1 << 5; in synproxy_init_timestamp_cookie()
747 synproxy->tsoff = opts.tsval - synproxy->its; in ipv4_synproxy_hook()
755 swap(opts.tsval, opts.tsecr); in ipv4_synproxy_hook()
[all …]
/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_synproxy.h40 u32 tsval; member
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dtcp_ipv6.c883 u32 ack, u32 win, u32 tsval, u32 tsecr, in tcp_v6_send_response() argument
931 *topt++ = htonl(tsval); in tcp_v6_send_response()
1108 u32 ack, u32 win, u32 tsval, u32 tsecr, int oif, in tcp_v6_send_ack() argument
1112 tcp_v6_send_response(sk, skb, seq, ack, win, tsval, tsecr, oif, key, 0, in tcp_v6_send_ack()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_output.c441 __u32 tsval, tsecr; /* need to include OPTION_TS */ member
638 *ptr++ = htonl(opts->tsval); in tcp_options_write()
791 opts->tsval = tcp_skb_timestamp(skb) + tp->tsoffset; in tcp_syn_options()
876 opts->tsval = tcp_skb_timestamp(skb) + tcp_rsk(req)->ts_off; in tcp_synack_options()
935 opts->tsval = skb ? tcp_skb_timestamp(skb) + tp->tsoffset : 0; in tcp_established_options()
H A Dtcp_ipv4.c828 u32 win, u32 tsval, u32 tsecr, int oif, in tcp_v4_send_ack() argument
855 rep.opt[1] = htonl(tsval); in tcp_v4_send_ack()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_android_ext.c137 uint32 tsval; /* Timestamp Value */ member
1542 tcpwin = 0, tsval = 0, tsecr = 0, len = 0, ka_payload_len = 0; in wl_ext_tcpka_conn_add() local
1553 &ack, &tcpwin, &tsval, &tsecr, &len, ka_payload); in wl_ext_tcpka_conn_add()
1587 tcpka->tsval = tsval; in wl_ext_tcpka_conn_add()
1602 tcpka->ack, tcpka->tcpwin, tcpka->tsval, tcpka->tsecr, in wl_ext_tcpka_conn_add()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_android_ext.c142 uint32 tsval; /* Timestamp Value */ member
1516 tcpwin = 0, tsval = 0, tsecr = 0, len = 0, ka_payload_len = 0; in wl_ext_tcpka_conn_add() local
1527 &ack, &tcpwin, &tsval, &tsecr, &len, ka_payload); in wl_ext_tcpka_conn_add()
1561 tcpka->tsval = tsval; in wl_ext_tcpka_conn_add()
1576 tcpka->ack, tcpka->tcpwin, tcpka->tsval, tcpka->tsecr, in wl_ext_tcpka_conn_add()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_android_ext.c289 uint32 tsval; /* Timestamp Value */ member
5392 tcpwin = 0, tsval = 0, tsecr = 0, len = 0, ka_payload_len = 0; in wl_ext_tcpka_conn_add() local
5403 &ack, &tcpwin, &tsval, &tsecr, &len, ka_payload); in wl_ext_tcpka_conn_add()
5433 tcpka->tsval = tsval; in wl_ext_tcpka_conn_add()
5447 tcpka->ack, tcpka->tcpwin, tcpka->tsval, tcpka->tsecr, in wl_ext_tcpka_conn_add()
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
19239 tsval = ntohl(tsval_t); in dhd_tcp_dump()
19243 tsval = ntohl(tsecr_t); in dhd_tcp_dump()
19266 tcp_option_len, tcp_data_len, tsval, tsecr); in dhd_tcp_dump()
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_cake.c1066 u32 *tsval, u32 *tsecr) in cake_tcph_get_tstamp() argument
1074 *tsval = get_unaligned_be32(ptr); in cake_tcph_get_tstamp()