Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
Dtcp_rate.c83 struct tcp_skb_cb *scb = TCP_SKB_CB(skb); in tcp_rate_skb_delivered()
Dtcp_recovery.c73 struct tcp_skb_cb *scb = TCP_SKB_CB(skb); in tcp_rack_detect_loss()
Dtcp.c477 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in tcp_tx_timestamp()
676 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in skb_entail()
889 memset(TCP_SKB_CB(skb), 0, sizeof(struct tcp_skb_cb)); in sk_stream_alloc_skb()
4345 BUILD_BUG_ON(sizeof(struct tcp_skb_cb) > in tcp_init()
Dtcp_output.c1245 struct tcp_skb_cb *tcb; in __tcp_transmit_skb()
3736 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in tcp_connect_queue_skb()
Dtcp_input.c3231 struct tcp_skb_cb *scb = TCP_SKB_CB(skb); in tcp_clean_rtx_queue()
/kernel/linux/linux-5.10/net/xfrm/
Despintcp.c32 struct tcp_skb_cb *tcp_cb = (struct tcp_skb_cb *)skb->cb; in handle_esp()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
Dtcp_nip_timer.c153 struct tcp_skb_cb *scb = TCP_SKB_CB(skb); in tcp_nip_retransmit_timer()
Dtcp_nip_input.c198 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in tcp_nip_overlap_handle()
208 struct tcp_skb_cb *tcb = TCP_SKB_CB(cur); in tcp_nip_left_overlap()
218 struct tcp_skb_cb *tcb = TCP_SKB_CB(cur); in tcp_nip_right_overlap()
796 struct tcp_skb_cb *scb = TCP_SKB_CB(skb); in tcp_nip_clean_rtx_queue()
Dtcp_nip_output.c367 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in tcp_nip_connect_queue_skb()
491 struct tcp_skb_cb *tcb; in __tcp_nip_transmit_skb()
Dtcp_nip.c1415 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in skb_nip_entail()
/kernel/linux/linux-5.10/net/core/
Dsock_map.c669 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in BPF_CALL_4()
1282 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in BPF_CALL_4()
Dskmsg.c843 struct tcp_skb_cb *tcp; in sk_psock_verdict_apply()
Dfilter.c9521 off += offsetof(struct tcp_skb_cb, tcp_flags); in sock_ops_convert_ctx_access()
9522 *target_size = sizeof_field(struct tcp_skb_cb, tcp_flags); in sock_ops_convert_ctx_access()
9529 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct tcp_skb_cb, in sock_ops_convert_ctx_access()
9550 off += offsetof(struct tcp_skb_cb, bpf.data_end); in sk_skb_convert_ctx_access()
/kernel/linux/linux-5.10/include/net/
Dtcp.h825 struct tcp_skb_cb { struct
889 #define TCP_SKB_CB(__skb) ((struct tcp_skb_cb *)&((__skb)->cb[0]))