Home
last modified time | relevance | path

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

/linux-2.6.39/include/net/
Dtcp.h601 struct tcp_skb_cb { struct
624 #define TCP_SKB_CB(__skb) ((struct tcp_skb_cb *)&((__skb)->cb[0])) argument
/linux-2.6.39/net/ipv4/
Dtcp.c539 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()
Dtcp_output.c747 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()
Dtcp_input.c3239 struct tcp_skb_cb *scb = TCP_SKB_CB(skb); in tcp_clean_rtx_queue()