Lines Matching defs:ts_ptr
736 uint32_t *ts_ptr;
738 ts_ptr = (uint32_t *)(pa->tcp + 1);
739 ts_ptr[1] = htonl(le->tsval);
740 ts_ptr[2] = le->tsecr;
868 uint32_t *ts_ptr;
872 ts_ptr = (uint32_t *)(th + 1);
879 *ts_ptr != TCP_LRO_TS_OPTION)) {
884 le->tsval = ntohl(*(ts_ptr + 1));
885 le->tsecr = *(ts_ptr + 2);
970 uint32_t *ts_ptr;
994 ts_ptr = (uint32_t *)(th + 1);
997 *ts_ptr != TCP_LRO_TS_OPTION)) {
1025 ts_ptr = (uint32_t *)(th + 1);
1039 *ts_ptr != TCP_LRO_TS_OPTION)) {
1055 uint32_t tsval = ntohl(*(ts_ptr + 1));
1062 le->tsecr = *(ts_ptr + 2);