Home
last modified time | relevance | path

Searched refs:tcp_v6_do_rcv (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/net/ipv6/
Dtcp_ipv6.c75 INDIRECT_CALLABLE_SCOPE int tcp_v6_do_rcv(struct sock *sk, struct sk_buff *skb);
254 sk->sk_backlog_rcv = tcp_v6_do_rcv; in tcp_v6_connect()
1428 int tcp_v6_do_rcv(struct sock *sk, struct sk_buff *skb) in tcp_v6_do_rcv() function
1740 ret = tcp_v6_do_rcv(sk, skb); in tcp_v6_rcv()
1750 ret = tcp_v6_do_rcv(sk, skb); in tcp_v6_rcv()
2159 .backlog_rcv = tcp_v6_do_rcv,
/Linux-v6.6/include/net/
Dsock.h1114 INDIRECT_CALLABLE_DECLARE(int tcp_v6_do_rcv(struct sock *sk, struct sk_buff *skb));
1122 tcp_v6_do_rcv, in sk_backlog_rcv()
/Linux-v6.6/net/core/
Dsock.c338 tcp_v6_do_rcv, in __sk_backlog_rcv()