Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_lro.c736 uint32_t *ts_ptr; in tcp_lro_update_checksum() local
738 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() local
872 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 …]
H A Dtcp_lro_hpts.c71 uint32_t *ts_ptr, uint16_t iptos) in build_ack_entry() argument
86 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() local
371 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()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c159 uint32_t *ts_ptr; in mlx5e_lro_update_hdr() local
187 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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2741 auto ts_ptr = int_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in ExtractIntFromFormValue() local
2742 if (!ts_ptr) in ExtractIntFromFormValue()
2745 TypeSystemClang &ts = *ts_ptr; in ExtractIntFromFormValue()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c16432 uint32_t *ts_ptr; in rack_do_segment_nounlock() local
16436 ts_ptr = (uint32_t *)(th + 1); in rack_do_segment_nounlock()
16439 (*ts_ptr == TCP_LRO_TS_OPTION))) in rack_do_segment_nounlock()