Searched refs:tcp_window (Results 1 – 3 of 3) sorted by relevance
179 uint16_t tcp_window; /* window size */ member198 uint16_t tcp_window; /* window size */ member270 tcp_window = p == NULL ? 0 : ntohs(p->th_win);289 tcp_window = p == NULL ? 0 : p->th_win;
4096 uint32_t tcp_window:16; member4128 uint32_t tcp_window:16;
1497 tcp_hdr->th_win = htons(cqe2->tcp_window); in oce_correct_header()