Searched defs:tcp_out_options (Results 1 – 1 of 1) sorted by relevance
383 struct tcp_out_options { struct384 u8 options; /* bit field of OPTION_* */385 u8 ws; /* window scale, 0 to disable */386 u8 num_sack_blocks; /* number of SACK blocks to include */387 u8 hash_size; /* bytes in hash_location */388 u16 mss; /* 0 to disable */389 __u32 tsval, tsecr; /* need to include OPTION_TS */390 __u8 *hash_location; /* temporary pointer, overloaded */