Searched defs:tcp_skb_cb (Results 1 – 1 of 1) sorted by relevance
1027 struct tcp_skb_cb { struct1028 union {1033 } header; /* For incoming frames */1034 __u32 seq; /* Starting sequence number */1035 __u32 end_seq; /* SEQ + FIN + SYN + datalen */1036 __u32 when; /* used to compute rtt's */1037 __u8 flags; /* TCP header flags. */1068 #define TCP_SKB_CB(__skb) ((struct tcp_skb_cb *)&((__skb)->cb[0])) argument