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