tcp_v6_do_rcv
INDIRECT_CALLABLE_DECLARE(int tcp_v6_do_rcv(struct sock *sk, struct sk_buff *skb));
tcp_v6_do_rcv,
tcp_v6_do_rcv,
ret = tcp_v6_do_rcv(sk, skb);
ret = tcp_v6_do_rcv(sk, skb);
.backlog_rcv = tcp_v6_do_rcv,
sk->sk_backlog_rcv = tcp_v6_do_rcv;
INDIRECT_CALLABLE_SCOPE int tcp_v6_do_rcv(struct sock *sk, struct sk_buff *skb);