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

/opensolaris-onvv-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_lro.c80 uint32_t *ts_ptr; local
100 ts_ptr = (uint32_t *)(tcp + 1);
101 ts_ptr[1] = htonl(lro->tsval);
102 ts_ptr[2] = lro->tsecr;
142 uint32_t *ts_ptr; local
186 ts_ptr = (uint32_t *)(tcp + 1);
189 (*ts_ptr != ntohl(TCPOPT_NOP<<24|TCPOPT_NOP<<16|
247 uint32_t tsval = ntohl(*(ts_ptr + 1));
250 *(ts_ptr + 2) == 0)) {
254 lro->tsecr = *(ts_ptr
[all...]

Completed in 114 milliseconds