Lines Matching defs:sk

68 void update_sk_prot(struct sock *sk, struct tls_context *ctx)  in update_sk_prot()
76 int wait_on_pending_writer(struct sock *sk, long *timeo) in wait_on_pending_writer()
100 int tls_push_sg(struct sock *sk, in tls_push_sg()
155 static int tls_handle_open_record(struct sock *sk, int flags) in tls_handle_open_record()
165 int tls_proccess_cmsg(struct sock *sk, struct msghdr *msg, in tls_proccess_cmsg()
200 int tls_push_partial_record(struct sock *sk, struct tls_context *ctx, in tls_push_partial_record()
213 void tls_free_partial_record(struct sock *sk, struct tls_context *ctx) in tls_free_partial_record()
224 static void tls_write_space(struct sock *sk) in tls_write_space()
255 void tls_ctx_free(struct sock *sk, struct tls_context *ctx) in tls_ctx_free()
270 static void tls_sk_proto_cleanup(struct sock *sk, in tls_sk_proto_cleanup()
297 static void tls_sk_proto_close(struct sock *sk, long timeout) in tls_sk_proto_close()
333 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()
450 static int tls_getsockopt(struct sock *sk, int level, int optname, in tls_getsockopt()
462 static int do_tls_setsockopt_conf(struct sock *sk, sockptr_t optval, in do_tls_setsockopt_conf()
592 static int do_tls_setsockopt(struct sock *sk, int optname, sockptr_t optval, in do_tls_setsockopt()
612 static int tls_setsockopt(struct sock *sk, int level, int optname, in tls_setsockopt()
624 struct tls_context *tls_ctx_create(struct sock *sk) in tls_ctx_create()
639 static void tls_build_proto(struct sock *sk) in tls_build_proto()
710 static int tls_init(struct sock *sk) in tls_init()
747 static void tls_update(struct sock *sk, struct proto *p, in tls_update()
748 void (*write_space)(struct sock *sk)) in tls_update()
763 static int tls_get_info(const struct sock *sk, struct sk_buff *skb) in tls_get_info()
810 static size_t tls_get_info_size(const struct sock *sk) in tls_get_info_size()