Searched refs:tcp_v6_do_rcv (Results 1 – 1 of 1) sorted by relevance
75 static int tcp_v6_do_rcv(struct sock *sk, struct sk_buff *skb);255 sk->sk_backlog_rcv = tcp_v6_do_rcv; in tcp_v6_connect()1468 static int tcp_v6_do_rcv(struct sock *sk, struct sk_buff *skb) in tcp_v6_do_rcv() function1750 ret = tcp_v6_do_rcv(sk, skb); in tcp_v6_rcv()1762 ret = tcp_v6_do_rcv(sk, skb); in tcp_v6_rcv()2177 .backlog_rcv = tcp_v6_do_rcv,