Searched refs:tcp_segs_in (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/ipv4/
H A Dtcp_fastopen.c182 * Hence, reset segs_in to 0 before calling tcp_segs_in()
183 * to avoid double counting. Also, tcp_segs_in() expects
188 tcp_segs_in(tp, skb);
H A Dtcp_minisocks.c920 tcp_segs_in(tcp_sk(child), skb);
H A Dtcp_ipv4.c2335 tcp_segs_in(tcp_sk(sk), skb);
/linux-master/include/net/
H A Dtcp.h2506 static inline void tcp_segs_in(struct tcp_sock *tp, const struct sk_buff *skb) function
/linux-master/net/ipv6/
H A Dtcp_ipv6.c1910 tcp_segs_in(tcp_sk(sk), skb);

Completed in 277 milliseconds