Home
last modified time | relevance | path

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

/linux/net/xfrm/
H A Despintcp.c31 struct tcp_skb_cb *tcp_cb = (struct tcp_skb_cb *)skb->cb; in handle_esp()
/linux/include/net/
H A Dtcp.h1101 struct tcp_skb_cb { struct
1148 #define TCP_SKB_CB(__skb) ((struct tcp_skb_cb *)&((__skb)->cb[0])) argument
/linux/net/ipv4/
H A Dtcp.c495 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in tcp_tx_timestamp()
703 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in tcp_skb_entail()
5297 BUILD_BUG_ON(sizeof(struct tcp_skb_cb) > in tcp_init()
H A Dtcp_ao.c814 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in tcp_ao_transmit_skb()
H A Dtcp_input.c1811 struct tcp_skb_cb *scb = TCP_SKB_CB(skb); in tcp_rate_skb_delivered()
3623 struct tcp_skb_cb *scb = TCP_SKB_CB(skb); in tcp_clean_rtx_queue()
/linux/net/core/
H A Dfilter.c10982 off += offsetof(struct tcp_skb_cb, tcp_flags); in sock_ops_convert_ctx_access()
10983 *target_size = sizeof_field(struct tcp_skb_cb, tcp_flags); in sock_ops_convert_ctx_access()
10990 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct tcp_skb_cb, in sock_ops_convert_ctx_access()