Searched defs:tcp_options (Results 1 – 3 of 3) sorted by relevance
201 struct tcp_options { struct202 __be16 mss;203 __u8 wsf;206 __u8 ecn:1;207 __u8 sack:1;208 __u8 tstamp:1;210 __u8 tstamp:1;211 __u8 sack:1;212 __u8 ecn:1;589 struct tcp_options tcp_options; member
352 struct tcp_options { struct353 __be16 mss;354 __u8 wsf;357 __u8 unknown:1;358 __u8 ecn:1;359 __u8 sack:1;360 __u8 tstamp:1;362 __u8 tstamp:1;363 __u8 sack:1;364 __u8 ecn:1;[all …]
2531 int hlen, ip_len, tcp_hdr_len, tcp_data_len, tot_len, tcp_options; in xge_lro_accumulate() local