Searched refs:tcp_skb_cb (Results 1 – 9 of 9) sorted by relevance
84 struct tcp_skb_cb *scb = TCP_SKB_CB(skb); in tcp_rate_skb_delivered()
68 struct tcp_skb_cb *scb = TCP_SKB_CB(skb); in tcp_rack_detect_loss()
506 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in tcp_tx_timestamp()702 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in tcp_skb_entail()5208 BUILD_BUG_ON(sizeof(struct tcp_skb_cb) > in tcp_init()
1456 struct tcp_skb_cb *tcb; in __tcp_transmit_skb()4143 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in tcp_connect_queue_skb()
812 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in tcp_ao_transmit_skb()
3419 struct tcp_skb_cb *scb = TCP_SKB_CB(skb); in tcp_clean_rtx_queue()
34 struct tcp_skb_cb *tcp_cb = (struct tcp_skb_cb *)skb->cb; in handle_esp()
1035 struct tcp_skb_cb { struct1082 #define TCP_SKB_CB(__skb) ((struct tcp_skb_cb *)&((__skb)->cb[0])) argument
10940 off += offsetof(struct tcp_skb_cb, tcp_flags); in sock_ops_convert_ctx_access()10941 *target_size = sizeof_field(struct tcp_skb_cb, tcp_flags); in sock_ops_convert_ctx_access()10948 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct tcp_skb_cb, in sock_ops_convert_ctx_access()