Searched refs:tcp_skb_cb (Results 1 – 10 of 10) sorted by relevance
82 struct tcp_skb_cb *scb = TCP_SKB_CB(skb); in tcp_rate_skb_delivered()
72 struct tcp_skb_cb *scb = TCP_SKB_CB(skb); in tcp_rack_detect_loss()
468 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in tcp_tx_timestamp()665 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in skb_entail()878 memset(TCP_SKB_CB(skb), 0, sizeof(struct tcp_skb_cb)); in sk_stream_alloc_skb()4243 BUILD_BUG_ON(sizeof(struct tcp_skb_cb) > in tcp_init()
1245 struct tcp_skb_cb *tcb; in __tcp_transmit_skb()3717 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in tcp_connect_queue_skb()
3187 struct tcp_skb_cb *scb = TCP_SKB_CB(skb); in tcp_clean_rtx_queue()
32 struct tcp_skb_cb *tcp_cb = (struct tcp_skb_cb *)skb->cb; in handle_esp()
669 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in BPF_CALL_4()1273 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in BPF_CALL_4()
832 struct tcp_skb_cb *tcp; in sk_psock_verdict_apply()
9465 off += offsetof(struct tcp_skb_cb, tcp_flags); in sock_ops_convert_ctx_access()9466 *target_size = sizeof_field(struct tcp_skb_cb, tcp_flags); in sock_ops_convert_ctx_access()9473 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct tcp_skb_cb, in sock_ops_convert_ctx_access()9494 off += offsetof(struct tcp_skb_cb, bpf.data_end); in sk_skb_convert_ctx_access()
822 struct tcp_skb_cb { struct886 #define TCP_SKB_CB(__skb) ((struct tcp_skb_cb *)&((__skb)->cb[0]))