Home
last modified time | relevance | path

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

/linux-3.3/include/net/
Dtcp.h636 struct tcp_skb_cb { struct
660 #define TCP_SKB_CB(__skb) ((struct tcp_skb_cb *)&((__skb)->cb[0])) argument
/linux-3.3/net/ipv4/
Dtcp_output.c749 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()
Dtcp.c537 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()
Dtcp_input.c3300 struct tcp_skb_cb *scb = TCP_SKB_CB(skb); in tcp_clean_rtx_queue()