Searched defs:tcp_options (Results 1 – 1 of 1) sorted by relevance
203 struct tcp_options { struct204 __be16 mss;205 __u8 wsf;208 __u8 ecn:1;209 __u8 sack:1;210 __u8 tstamp:1;212 __u8 tstamp:1;213 __u8 sack:1;214 __u8 ecn:1;561 struct tcp_options tcp_options; member