Lines Matching refs:sk_prot
107 const int offset = sk->sk_prot->obj_size - sizeof(struct ipv6_pinfo); in inet6_sk_generic()
257 err = sk->sk_prot->hash(sk); in inet6_create()
263 if (sk->sk_prot->init) { in inet6_create()
264 err = sk->sk_prot->init(sk); in inet6_create()
412 if (sk->sk_prot->get_port(sk, snum)) { in __inet6_bind()
423 if (sk->sk_prot->put_port) in __inet6_bind()
424 sk->sk_prot->put_port(sk); in __inet6_bind()
455 prot = READ_ONCE(sk->sk_prot); in inet6_bind()
593 prot = READ_ONCE(sk->sk_prot); in inet6_ioctl()
664 prot = READ_ONCE(sk->sk_prot); in inet6_sendmsg()
683 prot = READ_ONCE(sk->sk_prot); in inet6_recvmsg()