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

/linux-4.1.27/include/net/
H A Dtcp.h525 int tcp_trim_head(struct sock *, struct sk_buff *, u32);
/linux-4.1.27/net/ipv4/
H A Dtcp_output.c1273 int tcp_trim_head(struct sock *sk, struct sk_buff *skb, u32 len) tcp_trim_head() function
2586 if (tcp_trim_head(sk, skb, tp->snd_una - TCP_SKB_CB(skb)->seq)) __tcp_retransmit_skb()
H A Dtcp_input.c3026 if (tcp_trim_head(sk, skb, tp->snd_una - TCP_SKB_CB(skb)->seq)) tcp_tso_acked()

Completed in 100 milliseconds