Searched defs:tcp_options_received (Results 1 – 2 of 2) sorted by relevance
122235 struct tcp_options_received { struct122236 int ts_recent_stamp;122237 u32 ts_recent;122238 u32 rcv_tsval;122239 u32 rcv_tsecr;122240 u16 saw_tstamp: 1;122241 u16 tstamp_ok: 1;122242 u16 dsack: 1;122243 u16 wscale_ok: 1;122244 u16 sack_ok: 3;[all …]
129870 struct tcp_options_received { struct129871 int ts_recent_stamp;129872 u32 ts_recent;129873 u32 rcv_tsval;129874 u32 rcv_tsecr;129875 u16 saw_tstamp: 1;129876 u16 tstamp_ok: 1;129877 u16 dsack: 1;129878 u16 wscale_ok: 1;129879 u16 sack_ok: 3;[all …]