Home
last modified time | relevance | path

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

/linux-3.4.99/net/ipv4/
Dtcp_minisocks.c67 if ((s32)(peer->tcp_ts - tp->rx_opt.ts_recent) <= 0 || in tcp_remember_stamp()
71 peer->tcp_ts = tp->rx_opt.ts_recent; in tcp_remember_stamp()
90 if ((s32)(peer->tcp_ts - tcptw->tw_ts_recent) <= 0 || in tcp_tw_remember_stamp()
94 peer->tcp_ts = tcptw->tw_ts_recent; in tcp_tw_remember_stamp()
Dtcp_ipv4.c215 tp->rx_opt.ts_recent = peer->tcp_ts; in tcp_v4_connect()
1384 (s32)(peer->tcp_ts - req->ts_recent) > in tcp_v4_conn_request()
Droute.c3014 ts = peer->tcp_ts; in rt_fill_info()
/linux-3.4.99/include/net/
Dinetpeer.h56 __u32 tcp_ts; member
/linux-3.4.99/net/ipv6/
Dtcp_ipv6.c292 tp->rx_opt.ts_recent = peer->tcp_ts; in tcp_v6_connect()
1186 (s32)(peer->tcp_ts - req->ts_recent) > in tcp_v6_conn_request()
Droute.c2533 ts = peer->tcp_ts; in rt6_fill_node()
/linux-3.4.99/drivers/net/ethernet/broadcom/
Dcnic.c2039 static void cnic_bnx2x_set_tcp_timestamp(struct cnic_dev *dev, int tcp_ts) in cnic_bnx2x_set_tcp_timestamp() argument
2045 if (tcp_ts) { in cnic_bnx2x_set_tcp_timestamp()