Searched refs:tcp_skb_entail (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/Documentation/networking/net_cachelines/ |
D | tcp_sock.rst | 55 … is_sack_reneg read_mostly tcp_skb_entail,tcp_ack 57 … nonagle read_write tcp_skb_entail,tcp_push_pendi… 110 … tcp_rate_check_app_limited,tcp_write_queue_empty,tcp_skb_entail,forced_push,tc…
|
/linux-6.14.4/net/ipv4/ |
D | tcp.c | 676 void tcp_skb_entail(struct sock *sk, struct sk_buff *skb) in tcp_skb_entail() function 1178 tcp_skb_entail(sk, skb); in tcp_sendmsg_locked()
|
/linux-6.14.4/include/net/ |
D | tcp.h | 644 void tcp_skb_entail(struct sock *sk, struct sk_buff *skb);
|
/linux-6.14.4/net/mptcp/ |
D | protocol.c | 1202 tcp_skb_entail(ssk, skb); in __mptcp_alloc_tx_skb()
|