Searched refs:tcp_skb_cb (Results 1 – 4 of 4) sorted by relevance
601 struct tcp_skb_cb { struct624 #define TCP_SKB_CB(__skb) ((struct tcp_skb_cb *)&((__skb)->cb[0])) argument
539 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in skb_entail()3226 BUILD_BUG_ON(sizeof(struct tcp_skb_cb) > sizeof(skb->cb)); in tcp_init()
747 struct tcp_skb_cb *tcb = skb ? TCP_SKB_CB(skb) : NULL; in tcp_established_options()800 struct tcp_skb_cb *tcb; in tcp_transmit_skb()
3239 struct tcp_skb_cb *scb = TCP_SKB_CB(skb); in tcp_clean_rtx_queue()