Searched refs:tcp_v6_do_rcv (Results 1 – 3 of 3) sorted by relevance
75 INDIRECT_CALLABLE_SCOPE int tcp_v6_do_rcv(struct sock *sk, struct sk_buff *skb);252 sk->sk_backlog_rcv = tcp_v6_do_rcv; in tcp_v6_connect()1423 int tcp_v6_do_rcv(struct sock *sk, struct sk_buff *skb) in tcp_v6_do_rcv() function1733 ret = tcp_v6_do_rcv(sk, skb); in tcp_v6_rcv()1743 ret = tcp_v6_do_rcv(sk, skb); in tcp_v6_rcv()2152 .backlog_rcv = tcp_v6_do_rcv,
1116 INDIRECT_CALLABLE_DECLARE(int tcp_v6_do_rcv(struct sock *sk, struct sk_buff *skb));1124 tcp_v6_do_rcv, in sk_backlog_rcv()
340 tcp_v6_do_rcv, in __sk_backlog_rcv()