Searched refs:tcp_trim_head (Results 1 – 3 of 3) sorted by relevance
| /linux/net/ipv4/ |
| H A D | tcp_output.c | 1969 int tcp_trim_head(struct sock *sk, struct sk_buff *skb, u32 len) in tcp_trim_head() 3575 if (tcp_trim_head(sk, skb, tp->snd_una - TCP_SKB_CB(skb)->seq)) { in __tcp_retransmit_skb() 1949 int tcp_trim_head(struct sock *sk, struct sk_buff *skb, u32 len) tcp_trim_head() function
|
| H A D | tcp_input.c | 3566 if (tcp_trim_head(sk, skb, tp->snd_una - TCP_SKB_CB(skb)->seq)) in tcp_tso_acked()
|
| /linux/include/net/ |
| H A D | tcp.h | 759 int tcp_trim_head(struct sock *, struct sk_buff *, u32);
|