Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_state.h95 #define is_maxswin is_tcp.ts_data[0].td_maxwin macro
H A Dip_state.c1598 is->is_maxswin = ntohs(tcp->th_win);
1599 if (is->is_maxswin == 0)
1600 is->is_maxswin = 1;
1631 is->is_maxdwin = is->is_maxswin * 2;
2387 clone->is_maxswin = 1;
2396 clone->is_maxswin = ntohs(tcp->th_win);
2397 if (clone->is_maxswin == 0)
2398 clone->is_maxswin = 1;
H A Dip_sync.c783 is->is_maxswin = su.stu_data[0].td_maxwin;
1192 st->stu_data[0].td_maxwin = ips->is_maxswin;