Searched refs:ts_ptr (Results 1 – 5 of 5) sorted by relevance
735 uint32_t *ts_ptr; in tcp_lro_update_checksum() local737 ts_ptr = (uint32_t *)(pa->tcp + 1); in tcp_lro_update_checksum()738 ts_ptr[1] = htonl(le->tsval); in tcp_lro_update_checksum()739 ts_ptr[2] = le->tsecr; in tcp_lro_update_checksum()867 uint32_t *ts_ptr; in tcp_set_entry_to_mbuf() local871 ts_ptr = (uint32_t *)(th + 1); in tcp_set_entry_to_mbuf()878 *ts_ptr != TCP_LRO_TS_OPTION)) { in tcp_set_entry_to_mbuf()883 le->tsval = ntohl(*(ts_ptr + 1)); in tcp_set_entry_to_mbuf()884 le->tsecr = *(ts_ptr + 2); in tcp_set_entry_to_mbuf()969 uint32_t *ts_ptr; in tcp_lro_condense() local[all …]
73 uint32_t *ts_ptr, uint16_t iptos) in build_ack_entry() argument88 if (ts_ptr != NULL) { in build_ack_entry()89 ae->ts_value = ntohl(ts_ptr[1]); in build_ack_entry()90 ae->ts_echo = ntohl(ts_ptr[2]); in build_ack_entry()269 uint32_t *ts_ptr; in do_bpf_strip_and_compress() local373 can_compress = tcp_lro_ack_valid(m, th, &ts_ptr, &other_opts); in do_bpf_strip_and_compress()449 build_ack_entry(&ack_ent[idx], th, m, ts_ptr, iptos); in do_bpf_strip_and_compress()
159 uint32_t *ts_ptr; in mlx5e_lro_update_hdr() local187 ts_ptr = (uint32_t *)(th + 1); in mlx5e_lro_update_hdr()209 (__predict_true(*ts_ptr == ntohl(TCPOPT_NOP << 24 | in mlx5e_lro_update_hdr()217 ts_ptr[2] = *((uint32_t *)&cqe->timestamp + 1); in mlx5e_lro_update_hdr()
2741 auto ts_ptr = int_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in ExtractIntFromFormValue() local2742 if (!ts_ptr) in ExtractIntFromFormValue()2745 TypeSystemClang &ts = *ts_ptr; in ExtractIntFromFormValue()
16299 uint32_t *ts_ptr; in rack_do_segment_nounlock() local16303 ts_ptr = (uint32_t *)(th + 1); in rack_do_segment_nounlock()16306 (*ts_ptr == TCP_LRO_TS_OPTION))) in rack_do_segment_nounlock()