Searched defs:tcp_sock (Results 1 – 2 of 2) sorted by relevance
292 struct tcp_sock { struct294 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 …]
32 struct sock *tcp_sock; member