HomeSort by: relevance | last modified time | path
    Searched refs:is_maxswin (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_state.h 98 #define is_maxswin is_tcp.ts_data[0].td_maxwin macro
ip_state.c 1570 is->is_maxswin = ntohs(tcp->th_win);
1571 if (is->is_maxswin == 0)
1572 is->is_maxswin = 1;
1601 is->is_maxdwin = is->is_maxswin * 2;
2338 clone->is_maxswin = 1;
2347 clone->is_maxswin = ntohs(tcp->th_win);
2348 if (clone->is_maxswin == 0)
2349 clone->is_maxswin = 1;
ip_sync.c 803 is->is_maxswin = su.stu_data[0].td_maxwin;
1196 st->stu_data[0].td_maxwin = ips->is_maxswin;

Completed in 15 milliseconds