Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_rate.c79 struct tcp_skb_cb *scb = TCP_SKB_CB(skb); in tcp_rate_skb_delivered()
Dtcp_recovery.c86 struct tcp_skb_cb *scb = TCP_SKB_CB(skb); in tcp_rack_detect_loss()
Dtcp.c478 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in tcp_tx_timestamp()
663 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in skb_entail()
3832 BUILD_BUG_ON(sizeof(struct tcp_skb_cb) > in tcp_init()
Dtcp_output.c1022 struct tcp_skb_cb *tcb; in __tcp_transmit_skb()
3356 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in tcp_connect_queue_skb()
Dtcp_input.c3080 struct tcp_skb_cb *scb = TCP_SKB_CB(skb); in tcp_clean_rtx_queue()
/Linux-v4.19/include/net/
Dtcp.h797 struct tcp_skb_cb { struct
858 #define TCP_SKB_CB(__skb) ((struct tcp_skb_cb *)&((__skb)->cb[0]))
/Linux-v4.19/net/core/
Dfilter.c2144 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in BPF_CALL_4()
2171 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in BPF_CALL_4()
2187 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in do_sk_redirect_map()
6727 off += offsetof(struct tcp_skb_cb, bpf.data_end); in sk_skb_convert_ctx_access()