Searched defs:tcp_options (Results 1 – 5 of 5) sorted by relevance
178 struct tcp_options { struct179 u16 mss;180 u8 wsf;182 u8 rsvd:4;183 u8 ecn:1;184 u8 sack:1;185 u8 tstamp:1;187 u8 tstamp:1;188 u8 sack:1;189 u8 ecn:1;[all …]
756 struct tcp_options { struct757 __be16 mss;758 __u8 wsf;782 struct tcp_options tcpopt; argument
209 struct tcp_options { struct210 __be16 mss;211 __u8 wsf;214 __u8 ecn:1;215 __u8 sack:1;216 __u8 tstamp:1;218 __u8 tstamp:1;219 __u8 sack:1;220 __u8 ecn:1;545 struct tcp_options tcp_options; member
471 uint16_t tcp_options; member
860 uint16_t tcp_options; /* 0A-0B */ member