Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dtcp.h299 struct tcp_sock { struct
301 struct inet_connection_sock inet_conn;
302 u16 tcp_header_len; /* Bytes of tcp header to send */
303 u16 xmit_size_goal_segs; /* Goal for segmenting output packets */
309 __be32 pred_flags;
316 u32 rcv_nxt; /* What we want to receive next */
317 u32 copied_seq; /* Head of yet unread data */
318 u32 rcv_wup; /* rcv_nxt on last window update sent */
319 u32 snd_nxt; /* Next sequence we send */
321 u32 snd_una; /* First byte we want an ack for */
[all …]
/linux-3.3/include/net/netns/
Dipv4.h32 struct sock *tcp_sock; member