Lines Matching refs:sk_prot
107 const int offset = sk->sk_prot->obj_size - sizeof(struct ipv6_pinfo); in inet6_sk_generic()
249 err = sk->sk_prot->hash(sk); in inet6_create()
255 if (sk->sk_prot->init) { in inet6_create()
256 err = sk->sk_prot->init(sk); in inet6_create()
404 err = sk->sk_prot->get_port(sk, snum); in __inet6_bind()
415 if (sk->sk_prot->put_port) in __inet6_bind()
416 sk->sk_prot->put_port(sk); in __inet6_bind()
447 prot = READ_ONCE(sk->sk_prot); in inet6_bind()
579 prot = READ_ONCE(sk->sk_prot); in inet6_ioctl()
650 prot = READ_ONCE(sk->sk_prot); in inet6_sendmsg()
669 prot = READ_ONCE(sk->sk_prot); in inet6_recvmsg()