Home
last modified time | relevance | path

Searched defs:tcp_sock (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/include/linux/
Dtcp.h292 struct tcp_sock { struct
294 struct inet_connection_sock inet_conn;
295 u16 tcp_header_len; /* Bytes of tcp header to send */
296 u16 xmit_size_goal_segs; /* Goal for segmenting output packets */
302 __be32 pred_flags;
309 u32 rcv_nxt; /* What we want to receive next */
310 u32 copied_seq; /* Head of yet unread data */
311 u32 rcv_wup; /* rcv_nxt on last window update sent */
312 u32 snd_nxt; /* Next sequence we send */
314 u32 snd_una; /* First byte we want an ack for */
[all …]
/linux-2.6.39/include/net/netns/
Dipv4.h32 struct sock *tcp_sock; member