Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/ethernet/chelsio/cxgb/
Dcpl5_cmd.h179 struct tcp_options { struct
180 u16 mss;
181 u8 wsf;
183 u8 rsvd:4;
184 u8 ecn:1;
185 u8 sack:1;
186 u8 tstamp:1;
188 u8 tstamp:1;
189 u8 sack:1;
190 u8 ecn:1;
[all …]
/linux-3.3/drivers/infiniband/hw/cxgb4/
Dt4fw_ri_api.h756 struct tcp_options { struct
757 __be16 mss;
758 __u8 wsf;
782 struct tcp_options tcpopt; argument
/linux-3.3/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h209 struct tcp_options { struct
210 __be16 mss;
211 __u8 wsf;
214 __u8 ecn:1;
215 __u8 sack:1;
216 __u8 tstamp:1;
218 __u8 tstamp:1;
219 __u8 sack:1;
220 __u8 ecn:1;
545 struct tcp_options tcp_options; member
/linux-3.3/net/netfilter/
Dnf_conntrack_proto_tcp.c378 static void tcp_options(const struct sk_buff *skb, in tcp_options() function
/linux-3.3/drivers/scsi/qla4xxx/
Dql4_def.h375 uint16_t tcp_options; member
Dql4_fw.h726 uint16_t tcp_options; /* 0A-0B */ member