Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_rate.c82 struct tcp_skb_cb *scb = TCP_SKB_CB(skb); in tcp_rate_skb_delivered()
H A Dtcp_recovery.c73 struct tcp_skb_cb *scb = TCP_SKB_CB(skb); in tcp_rack_detect_loss()
H A Dtcp.c470 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in tcp_tx_timestamp()
667 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in skb_entail()
880 memset(TCP_SKB_CB(skb), 0, sizeof(struct tcp_skb_cb)); in sk_stream_alloc_skb()
4232 BUILD_BUG_ON(sizeof(struct tcp_skb_cb) > in tcp_init()
H A Dtcp_output.c1243 struct tcp_skb_cb *tcb; in __tcp_transmit_skb()
3731 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in tcp_connect_queue_skb()
H A Dtcp_input.c3230 struct tcp_skb_cb *scb = TCP_SKB_CB(skb); in tcp_clean_rtx_queue()
/OK3568_Linux_fs/kernel/net/xfrm/
H A Despintcp.c32 struct tcp_skb_cb *tcp_cb = (struct tcp_skb_cb *)skb->cb; in handle_esp()
/OK3568_Linux_fs/kernel/net/core/
H A 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()
H A Dskmsg.c843 struct tcp_skb_cb *tcp; in sk_psock_verdict_apply()
H A Dfilter.c9489 off += offsetof(struct tcp_skb_cb, tcp_flags); in sock_ops_convert_ctx_access()
9490 *target_size = sizeof_field(struct tcp_skb_cb, tcp_flags); in sock_ops_convert_ctx_access()
9497 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct tcp_skb_cb, in sock_ops_convert_ctx_access()
9518 off += offsetof(struct tcp_skb_cb, bpf.data_end); in sk_skb_convert_ctx_access()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h833 struct tcp_skb_cb { struct
894 #define TCP_SKB_CB(__skb) ((struct tcp_skb_cb *)&((__skb)->cb[0]))