Searched refs:ts_ptr (Results 1 – 5 of 5) sorted by relevance
736 uint32_t *ts_ptr; in tcp_lro_update_checksum() local739 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()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() local994 ts_ptr = (uint32_t *)(th + 1); in tcp_lro_condense()1025 ts_ptr = (uint32_t *)(th + 1); in tcp_lro_condense()[all …]
68 uint32_t *ts_ptr, uint16_t iptos) in build_ack_entry() argument83 if (ts_ptr != NULL) { in build_ack_entry()84 ae->ts_value = ntohl(ts_ptr[1]); in build_ack_entry()85 ae->ts_echo = ntohl(ts_ptr[2]); in build_ack_entry()258 uint32_t *ts_ptr; in do_bpf_strip_and_compress() local362 can_compress = tcp_lro_ack_valid(m, th, &ts_ptr, &other_opts); in do_bpf_strip_and_compress()438 build_ack_entry(&ack_ent[idx], th, m, ts_ptr, iptos); in do_bpf_strip_and_compress()
137 uint32_t *ts_ptr; in mlx5e_lro_update_hdr() local164 ts_ptr = (uint32_t *)(th + 1); in mlx5e_lro_update_hdr()186 (__predict_true(*ts_ptr) == ntohl(TCPOPT_NOP << 24 | in mlx5e_lro_update_hdr()194 ts_ptr[1] = *(uint32_t *)&cqe->timestamp; in mlx5e_lro_update_hdr()195 ts_ptr[2] = *((uint32_t *)&cqe->timestamp + 1); in mlx5e_lro_update_hdr()
2811 auto ts_ptr = int_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in ExtractIntFromFormValue() local2812 if (!ts_ptr) in ExtractIntFromFormValue()2815 TypeSystemClang &ts = *ts_ptr; in ExtractIntFromFormValue()
16721 uint32_t *ts_ptr; in rack_do_segment_nounlock() local16725 ts_ptr = (uint32_t *)(th + 1); in rack_do_segment_nounlock()16728 (*ts_ptr == TCP_LRO_TS_OPTION))) in rack_do_segment_nounlock()