Lines Matching defs:sk
68 void update_sk_prot(struct sock *sk, struct tls_context *ctx) in update_sk_prot()
78 int wait_on_pending_writer(struct sock *sk, long *timeo) in wait_on_pending_writer()
102 int tls_push_sg(struct sock *sk, in tls_push_sg()
157 static int tls_handle_open_record(struct sock *sk, int flags) in tls_handle_open_record()
167 int tls_proccess_cmsg(struct sock *sk, struct msghdr *msg, in tls_proccess_cmsg()
202 int tls_push_partial_record(struct sock *sk, struct tls_context *ctx, in tls_push_partial_record()
215 void tls_free_partial_record(struct sock *sk, struct tls_context *ctx) in tls_free_partial_record()
226 static void tls_write_space(struct sock *sk) in tls_write_space()
257 void tls_ctx_free(struct sock *sk, struct tls_context *ctx) in tls_ctx_free()
272 static void tls_sk_proto_cleanup(struct sock *sk, in tls_sk_proto_cleanup()
299 static void tls_sk_proto_close(struct sock *sk, long timeout) in tls_sk_proto_close()
335 static int do_tls_getsockopt_conf(struct sock *sk, char __user *optval, in do_tls_getsockopt_conf()
432 static int do_tls_getsockopt(struct sock *sk, int optname, in do_tls_getsockopt()
455 static int tls_getsockopt(struct sock *sk, int level, int optname, in tls_getsockopt()
467 static int do_tls_setsockopt_conf(struct sock *sk, sockptr_t optval, in do_tls_setsockopt_conf()
595 static int do_tls_setsockopt(struct sock *sk, int optname, sockptr_t optval, in do_tls_setsockopt()
615 static int tls_setsockopt(struct sock *sk, int level, int optname, in tls_setsockopt()
627 struct tls_context *tls_ctx_create(struct sock *sk) in tls_ctx_create()
676 static void tls_build_proto(struct sock *sk) in tls_build_proto()
751 static int tls_init(struct sock *sk) in tls_init()
788 static void tls_update(struct sock *sk, struct proto *p, in tls_update()
789 void (*write_space)(struct sock *sk)) in tls_update()
804 static int tls_get_info(const struct sock *sk, struct sk_buff *skb) in tls_get_info()
851 static size_t tls_get_info_size(const struct sock *sk) in tls_get_info_size()