Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_lro.c541 uint32_t *ts_ptr; in tcp_flush_out_le() local
544 ts_ptr[1] = htonl(le->tsval); in tcp_flush_out_le()
545 ts_ptr[2] = le->tsecr; in tcp_flush_out_le()
585 uint32_t *ts_ptr; in tcp_set_le_to_m() local
620 ts_ptr = (uint32_t *)(th + 1); in tcp_set_le_to_m()
633 le->tsecr = *(ts_ptr + 2); in tcp_set_le_to_m()
686 uint32_t *ts_ptr; in tcp_lro_condense() local
710 ts_ptr = (uint32_t *)(th + 1); in tcp_lro_condense()
789 le->tsecr = *(ts_ptr + 2); in tcp_lro_condense()
1148 uint32_t *ts_ptr; in tcp_lro_rx2() local
[all …]