• Home
  • Raw
  • Download

Lines Matching defs:sk

68 static void update_sk_prot(struct sock *sk, struct tls_context *ctx)  in update_sk_prot()
75 int wait_on_pending_writer(struct sock *sk, long *timeo) in wait_on_pending_writer()
99 int tls_push_sg(struct sock *sk, in tls_push_sg()
154 static int tls_handle_open_record(struct sock *sk, int flags) in tls_handle_open_record()
164 int tls_proccess_cmsg(struct sock *sk, struct msghdr *msg, in tls_proccess_cmsg()
199 int tls_push_partial_record(struct sock *sk, struct tls_context *ctx, in tls_push_partial_record()
212 void tls_free_partial_record(struct sock *sk, struct tls_context *ctx) in tls_free_partial_record()
223 static void tls_write_space(struct sock *sk) in tls_write_space()
254 void tls_ctx_free(struct sock *sk, struct tls_context *ctx) in tls_ctx_free()
269 static void tls_sk_proto_cleanup(struct sock *sk, in tls_sk_proto_cleanup()
291 static void tls_sk_proto_close(struct sock *sk, long timeout) in tls_sk_proto_close()
327 static int do_tls_getsockopt_tx(struct sock *sk, char __user *optval, in do_tls_getsockopt_tx()
415 static int do_tls_getsockopt(struct sock *sk, int optname, in do_tls_getsockopt()
436 static int tls_getsockopt(struct sock *sk, int level, int optname, in tls_getsockopt()
448 static int do_tls_setsockopt_conf(struct sock *sk, char __user *optval, in do_tls_setsockopt_conf()
567 static int do_tls_setsockopt(struct sock *sk, int optname, in do_tls_setsockopt()
587 static int tls_setsockopt(struct sock *sk, int level, int optname, in tls_setsockopt()
599 static struct tls_context *create_ctx(struct sock *sk) in create_ctx()
614 static void tls_build_proto(struct sock *sk) in tls_build_proto()
640 static void tls_hw_sk_destruct(struct sock *sk) in tls_hw_sk_destruct()
651 static int tls_hw_prot(struct sock *sk) in tls_hw_prot()
681 static void tls_hw_unhash(struct sock *sk) in tls_hw_unhash()
700 static int tls_hw_hash(struct sock *sk) in tls_hw_hash()
767 static int tls_init(struct sock *sk) in tls_init()
802 static void tls_update(struct sock *sk, struct proto *p, in tls_update()
803 void (*write_space)(struct sock *sk)) in tls_update()
817 static int tls_get_info(const struct sock *sk, struct sk_buff *skb) in tls_get_info()
864 static size_t tls_get_info_size(const struct sock *sk) in tls_get_info_size()