Home
last modified time | relevance | path

Searched refs:TCP_SKB_CB (Results 1 – 1 of 1) sorted by relevance

/reactos/drivers/network/tcpip/include/
H A Dtcpcore.h2867 #define TCP_SKB_CB(__skb) ((struct tcp_skb_cb *)&((__skb)->cb[0])) macro
3037 tp->snd_sml = TCP_SKB_CB(skb)->end_seq; in tcp_minshall_update()
3054 !(TCP_SKB_CB(skb)->flags & TCPCB_FLAG_FIN) && in tcp_nagle_check()
3098 (TCP_SKB_CB(skb)->flags & TCPCB_FLAG_FIN)) && in tcp_snd_test()
3099 !after(TCP_SKB_CB(skb)->end_seq, tp->snd_una + tp->snd_wnd)); in tcp_snd_test()
3628 req->rcv_isn = TCP_SKB_CB(skb)->seq; in tcp_openreq_init()