| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_osk_time.c | 49 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 D | nf_synproxy_core.c | 78 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 D | nf_synproxy.h | 40 u32 tsval; member
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | tcp_ipv6.c | 883 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 D | tcp_output.c | 441 __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 D | tcp_ipv4.c | 828 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 D | wl_android_ext.c | 137 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 D | wl_android_ext.c | 142 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 D | wl_android_ext.c | 289 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 D | dhd_linux.c | 13729 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 D | sch_cake.c | 1066 u32 *tsval, u32 *tsecr) in cake_tcph_get_tstamp() argument 1074 *tsval = get_unaligned_be32(ptr); in cake_tcph_get_tstamp()
|