Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv4/
Dtcp_fastopen.c188 tcp_segs_in(tp, skb); in tcp_fastopen_add_skb()
Dtcp_minisocks.c877 tcp_segs_in(tcp_sk(child), skb); in tcp_child_process()
Dtcp_ipv4.c2148 tcp_segs_in(tcp_sk(sk), skb); in tcp_v4_rcv()
/Linux-v6.6/net/ipv6/
Dtcp_ipv6.c1747 tcp_segs_in(tcp_sk(sk), skb); in tcp_v6_rcv()
/Linux-v6.6/include/net/
Dtcp.h2291 static inline void tcp_segs_in(struct tcp_sock *tp, const struct sk_buff *skb) in tcp_segs_in() function