Home
last modified time | relevance | path

Searched defs:tcp_options (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/cxgb/common/
HDcxgb_t3_cpl.h201 struct tcp_options { struct
202 __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
/freebsd-11-stable/sys/dev/cxgbe/common/
HDt4_msg.h352 struct tcp_options { struct
353 __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 …]
/freebsd-11-stable/sys/dev/nxge/
HDif_nxge.c2531 int hlen, ip_len, tcp_hdr_len, tcp_data_len, tot_len, tcp_options; in xge_lro_accumulate() local