Searched refs:tcp_skb_cb (Results 1 – 4 of 4) sorted by relevance
636 struct tcp_skb_cb { struct660 #define TCP_SKB_CB(__skb) ((struct tcp_skb_cb *)&((__skb)->cb[0])) argument
749 struct tcp_skb_cb *tcb = skb ? TCP_SKB_CB(skb) : NULL; in tcp_established_options()802 struct tcp_skb_cb *tcb; in tcp_transmit_skb()
537 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in skb_entail()3247 BUILD_BUG_ON(sizeof(struct tcp_skb_cb) > sizeof(skb->cb)); in tcp_init()
3300 struct tcp_skb_cb *scb = TCP_SKB_CB(skb); in tcp_clean_rtx_queue()