Searched refs:TCP_SKB_CB (Results 1 – 1 of 1) sorted by relevance
719 #define TCP_SKB_CB(__skb) ((struct tcp_skb_cb *)&((__skb)->cb[0])) macro734 INET_ECN_is_not_ect(TCP_SKB_CB(skb)->ip_dsfield)) in TCP_ECN_create_request()971 tp->snd_sml = TCP_SKB_CB(skb)->end_seq; in tcp_minshall_update()1086 tcp_rsk(req)->rcv_isn = TCP_SKB_CB(skb)->seq; in tcp_openreq_init()1087 tcp_rsk(req)->rcv_nxt = TCP_SKB_CB(skb)->seq + 1; in tcp_openreq_init()1477 return TCP_SKB_CB(tp->highest_sack)->seq; in tcp_highest_sack_seq()