Searched refs:TCP_SCALE (Results 1 – 3 of 3) sorted by relevance
74 tcp_send->tcp_win = htons(PKTBUFSRX * TCP_MSS >> TCP_SCALE); in sb_syn_handler()137 tcp_send->tcp_win = htons(PKTBUFSRX * TCP_MSS >> TCP_SCALE); in sb_ack_handler()
89 #define TCP_SCALE 0x01 /* Scale */ macro
222 b->ip.scale.scale = TCP_SCALE; in net_set_syn_options()343 b->ip.hdr.tcp_win = htons(PKTBUFSRX * TCP_MSS >> TCP_SCALE); in tcp_set_tcp_header()
Completed in 16 milliseconds