Lines Matching defs:tcp_offload_params
83 struct tcp_offload_params struct
85 __le16 local_mac_addr_lo;
86 __le16 local_mac_addr_mid;
87 __le16 local_mac_addr_hi;
88 __le16 remote_mac_addr_lo;
89 __le16 remote_mac_addr_mid;
90 __le16 remote_mac_addr_hi;
91 __le16 vlan_id;
92 __le16 flags;
113 u8 ip_version /* (use enum tcp_ip_version) */;
114 u8 reserved0[3];
115 __le32 remote_ip[4];
116 __le32 local_ip[4];
117 __le32 flow_label;
118 u8 ttl;
119 u8 tos_or_tc;
120 __le16 remote_port;
121 __le16 local_port;
122 __le16 mss /* the mss derived from remote mss and local mtu, ipVersion options and tags */;
123 u8 rcv_wnd_scale;
124 u8 connect_mode /* TCP connect mode: use enum tcp_connect_mode (use enum tcp_connect_mode) */;
125 __le16 srtt /* in ms */;
126 __le32 ss_thresh;
127 __le32 rcv_wnd /* absolute receive window (not scaled) */;
128 __le32 cwnd /* absolute congestion window */;
129 u8 ka_max_probe_cnt;
130 u8 dup_ack_theshold;
131 __le16 reserved1;
132 …s member specifies, in ms, the timeout interval for inactivity before sending a keepalive probe */;
133 …ut after which to retransmit a keepalive frame if no response is received to a keepalive probe */;
134 …pecifies, in ms, the maximum time that the offload target should spend retransmitting a segment */;
135 __le32 initial_rcv_wnd /* Initial receive window */;
136 __le32 rcv_next;
137 __le32 snd_una;
138 __le32 snd_next;
162 struct tcp_offload_params_opt2 argument