Searched refs:ts_ptr (Results 1 – 5 of 5) sorted by relevance
736 uint32_t *ts_ptr; in tcp_lro_update_checksum() local738 ts_ptr = (uint32_t *)(pa->tcp + 1); in tcp_lro_update_checksum()739 ts_ptr[1] = htonl(le->tsval); in tcp_lro_update_checksum()740 ts_ptr[2] = le->tsecr; in tcp_lro_update_checksum()868 uint32_t *ts_ptr; in tcp_set_entry_to_mbuf() local872 ts_ptr = (uint32_t *)(th + 1); in tcp_set_entry_to_mbuf()879 *ts_ptr != TCP_LRO_TS_OPTION)) { in tcp_set_entry_to_mbuf()884 le->tsval = ntohl(*(ts_ptr + 1)); in tcp_set_entry_to_mbuf()885 le->tsecr = *(ts_ptr + 2); in tcp_set_entry_to_mbuf()970 uint32_t *ts_ptr; in tcp_lro_condense() local[all …]
71 uint32_t *ts_ptr, uint16_t iptos) in build_ack_entry() argument86 if (ts_ptr != NULL) { in build_ack_entry()87 ae->ts_value = ntohl(ts_ptr[1]); in build_ack_entry()88 ae->ts_echo = ntohl(ts_ptr[2]); in build_ack_entry()267 uint32_t *ts_ptr; in do_bpf_strip_and_compress() local371 can_compress = tcp_lro_ack_valid(m, th, &ts_ptr, &other_opts); in do_bpf_strip_and_compress()447 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()
16432 uint32_t *ts_ptr; in rack_do_segment_nounlock() local16436 ts_ptr = (uint32_t *)(th + 1); in rack_do_segment_nounlock()16439 (*ts_ptr == TCP_LRO_TS_OPTION))) in rack_do_segment_nounlock()