Searched refs:ts_ptr (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/netinet/
H A Dtcp_lro.c291 uint32_t *ts_ptr; local
293 ts_ptr = (uint32_t *)(th + 1);
294 ts_ptr[1] = htonl(le->tsval);
295 ts_ptr[2] = le->tsecr;
391 uint32_t *ts_ptr; local
483 ts_ptr = (uint32_t *)(th + 1);
485 (*ts_ptr != ntohl(TCPOPT_NOP<<24|TCPOPT_NOP<<16|
550 uint32_t tsval = ntohl(*(ts_ptr + 1));
554 *(ts_ptr + 2) == 0))
557 le->tsecr = *(ts_ptr
[all...]
/freebsd-10-stable/sys/dev/mlx5/mlx5_en/
H A Dtcp_tlro.c117 uint32_t *ts_ptr; local
122 ts_ptr = (uint32_t *)(tcp + 1);
123 if (*ts_ptr != ntohl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) |
128 pinfo->tcp_ts = ts_ptr[1];
129 pinfo->tcp_ts_reply = ts_ptr[2];
138 uint32_t *ts_ptr; local
143 ts_ptr = (uint32_t *)(tcp + 1);
144 if (*ts_ptr != ntohl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) |
149 ts_ptr[1] = pinfob->tcp_ts;
150 ts_ptr[
[all...]
H A Dmlx5_en_rx.c148 uint32_t *ts_ptr; local
175 ts_ptr = (uint32_t *)(th + 1);
197 (__predict_true(*ts_ptr) == ntohl(TCPOPT_NOP << 24 |
205 ts_ptr[1] = *(uint32_t *)&cqe->timestamp;
206 ts_ptr[2] = *((uint32_t *)&cqe->timestamp + 1);

Completed in 97 milliseconds