Home
last modified time | relevance | path

Searched refs:tcp_trim_head (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
Dtcp_output.c1669 int tcp_trim_head(struct sock *sk, struct sk_buff *skb, u32 len) in tcp_trim_head() function
3163 if (tcp_trim_head(sk, skb, tp->snd_una - TCP_SKB_CB(skb)->seq)) in __tcp_retransmit_skb()
Dtcp_input.c3131 if (tcp_trim_head(sk, skb, tp->snd_una - TCP_SKB_CB(skb)->seq)) in tcp_tso_acked()
/kernel/linux/linux-5.10/include/net/
Dtcp.h573 int tcp_trim_head(struct sock *, struct sk_buff *, u32);