Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_rate.c84 struct tcp_skb_cb *scb = TCP_SKB_CB(skb); in tcp_rate_skb_delivered()
H A Dtcp_recovery.c68 struct tcp_skb_cb *scb = TCP_SKB_CB(skb); in tcp_rack_detect_loss()
H A Dtcp.c473 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in tcp_tx_timestamp()
665 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in tcp_skb_entail()
4686 BUILD_BUG_ON(sizeof(struct tcp_skb_cb) > in tcp_init()
H A Dtcp_output.c1256 struct tcp_skb_cb *tcb; in __tcp_transmit_skb()
3845 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in tcp_connect_queue_skb()
H A Dtcp_input.c3357 struct tcp_skb_cb *scb = TCP_SKB_CB(skb); in tcp_clean_rtx_queue()
/openbmc/linux/net/xfrm/
H A Despintcp.c33 struct tcp_skb_cb *tcp_cb = (struct tcp_skb_cb *)skb->cb; in handle_esp()
/openbmc/linux/include/net/
H A Dtcp.h873 struct tcp_skb_cb { struct
930 #define TCP_SKB_CB(__skb) ((struct tcp_skb_cb *)&((__skb)->cb[0])) argument
/openbmc/linux/net/core/
H A Dfilter.c10681 off += offsetof(struct tcp_skb_cb, tcp_flags); in sock_ops_convert_ctx_access()
10682 *target_size = sizeof_field(struct tcp_skb_cb, tcp_flags); in sock_ops_convert_ctx_access()
10689 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct tcp_skb_cb, in sock_ops_convert_ctx_access()