Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_fastopen.c189 tcp_segs_in(tp, skb); in tcp_fastopen_add_skb()
H A Dtcp_minisocks.c874 tcp_segs_in(tcp_sk(child), skb); in tcp_child_process()
H A Dtcp_ipv4.c2163 tcp_segs_in(tcp_sk(sk), skb); in tcp_v4_rcv()
/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c1740 tcp_segs_in(tcp_sk(sk), skb); in tcp_v6_rcv()
/openbmc/linux/include/net/
H A Dtcp.h2334 static inline void tcp_segs_in(struct tcp_sock *tp, const struct sk_buff *skb) in tcp_segs_in() function