Searched defs:tcp_options_received (Results 1 – 7 of 7) sorted by relevance
75989 struct tcp_options_received { struct75990 int ts_recent_stamp;75991 u32 ts_recent;75992 u32 rcv_tsval;75993 u32 rcv_tsecr;75994 u16 saw_tstamp: 1;75995 u16 tstamp_ok: 1;75996 u16 dsack: 1;75997 u16 wscale_ok: 1;75998 u16 sack_ok: 3;[all …]
109311 struct tcp_options_received { struct109312 int ts_recent_stamp;109313 u32 ts_recent;109314 u32 rcv_tsval;109315 u32 rcv_tsecr;109316 u16 saw_tstamp: 1;109317 u16 tstamp_ok: 1;109318 u16 dsack: 1;109319 u16 wscale_ok: 1;109320 u16 sack_ok: 3;[all …]
96303 struct tcp_options_received { struct96304 int ts_recent_stamp;96305 u32 ts_recent;96306 u32 rcv_tsval;96307 u32 rcv_tsecr;96308 u16 saw_tstamp: 1;96309 u16 tstamp_ok: 1;96310 u16 dsack: 1;96311 u16 wscale_ok: 1;96312 u16 sack_ok: 3;[all …]
103889 struct tcp_options_received { struct103890 int ts_recent_stamp;103891 u32 ts_recent;103892 u32 rcv_tsval;103893 u32 rcv_tsecr;103894 u16 saw_tstamp: 1;103895 u16 tstamp_ok: 1;103896 u16 dsack: 1;103897 u16 wscale_ok: 1;103898 u16 sack_ok: 3;[all …]