Home
last modified time | relevance | path

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

/freebsd/cddl/lib/libdtrace/
H A Dtcp.d179 uint16_t tcp_window; /* window size */ member
198 uint16_t tcp_window; /* window size */ member
270 tcp_window = p == NULL ? 0 : ntohs(p->th_win);
289 tcp_window = p == NULL ? 0 : p->th_win;
/freebsd/sys/dev/oce/
H A Doce_hw.h4096 uint32_t tcp_window:16; member
4128 uint32_t tcp_window:16;
H A Doce_if.c1497 tcp_hdr->th_win = htons(cqe2->tcp_window); in oce_correct_header()