Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgb/common/
Dcxgb_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-9-stable/sys/dev/cxgbe/common/
Dt4_msg.h293 struct tcp_options { struct
294 __be16 mss;
295 __u8 wsf;
298 __u8 unknown:1;
299 __u8 ecn:1;
300 __u8 sack:1;
301 __u8 tstamp:1;
303 __u8 tstamp:1;
304 __u8 sack:1;
305 __u8 ecn:1;
[all …]
/freebsd-9-stable/sys/dev/nxge/
Dif_nxge.c2515 int hlen, ip_len, tcp_hdr_len, tcp_data_len, tot_len, tcp_options; in xge_lro_accumulate() local