Lines Matching defs:sk
87 void update_sk_prot(struct sock *sk, struct tls_context *ctx) in update_sk_prot()
97 int wait_on_pending_writer(struct sock *sk, long *timeo) in wait_on_pending_writer()
121 int tls_push_sg(struct sock *sk, in tls_push_sg()
176 static int tls_handle_open_record(struct sock *sk, int flags) in tls_handle_open_record()
186 int tls_process_cmsg(struct sock *sk, struct msghdr *msg, in tls_process_cmsg()
221 int tls_push_partial_record(struct sock *sk, struct tls_context *ctx, in tls_push_partial_record()
234 void tls_free_partial_record(struct sock *sk, struct tls_context *ctx) in tls_free_partial_record()
245 static void tls_write_space(struct sock *sk) in tls_write_space()
276 void tls_ctx_free(struct sock *sk, struct tls_context *ctx) in tls_ctx_free()
291 static void tls_sk_proto_cleanup(struct sock *sk, in tls_sk_proto_cleanup()
318 static void tls_sk_proto_close(struct sock *sk, long timeout) in tls_sk_proto_close()
354 static int do_tls_getsockopt_conf(struct sock *sk, char __user *optval, in do_tls_getsockopt_conf()
583 static int do_tls_getsockopt_tx_zc(struct sock *sk, char __user *optval, in do_tls_getsockopt_tx_zc()
603 static int do_tls_getsockopt_no_pad(struct sock *sk, char __user *optval, in do_tls_getsockopt_no_pad()
633 static int do_tls_getsockopt(struct sock *sk, int optname, in do_tls_getsockopt()
657 static int tls_getsockopt(struct sock *sk, int level, int optname, in tls_getsockopt()
669 static int do_tls_setsockopt_conf(struct sock *sk, sockptr_t optval, in do_tls_setsockopt_conf()
819 static int do_tls_setsockopt_tx_zc(struct sock *sk, sockptr_t optval, in do_tls_setsockopt_tx_zc()
839 static int do_tls_setsockopt_no_pad(struct sock *sk, sockptr_t optval, in do_tls_setsockopt_no_pad()
871 static int do_tls_setsockopt(struct sock *sk, int optname, sockptr_t optval, in do_tls_setsockopt()
899 static int tls_setsockopt(struct sock *sk, int level, int optname, in tls_setsockopt()
911 struct tls_context *tls_ctx_create(struct sock *sk) in tls_ctx_create()
960 static void tls_build_proto(struct sock *sk) in tls_build_proto()
1035 static int tls_init(struct sock *sk) in tls_init()
1072 static void tls_update(struct sock *sk, struct proto *p, in tls_update()
1073 void (*write_space)(struct sock *sk)) in tls_update()
1107 static int tls_get_info(const struct sock *sk, struct sk_buff *skb) in tls_get_info()
1165 static size_t tls_get_info_size(const struct sock *sk) in tls_get_info_size()