Searched refs:sk_proto (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/net/tls/ |
| H A D | tls_toe.c | 98 ctx->sk_proto->unhash(sk); in tls_toe_unhash() 107 err = ctx->sk_proto->hash(sk); in tls_toe_hash()
|
| H A D | tls_main.c | 318 WRITE_ONCE(sk->sk_prot, ctx->sk_proto); in tls_sk_proto_close() 329 ctx->sk_proto->close(sk, timeout); in tls_sk_proto_close() 458 return ctx->sk_proto->getsockopt(sk, level, in tls_getsockopt() 618 return ctx->sk_proto->setsockopt(sk, level, optname, optval, in tls_setsockopt() 635 ctx->sk_proto = READ_ONCE(sk->sk_prot); in tls_ctx_create() 793 ctx->sk_proto = p; in tls_update()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | skmsg.h | 103 struct proto *sk_proto; member 360 tcp_update_ulp(sk, psock->sk_proto, psock->saved_write_space); in sk_psock_restore_proto() 364 WRITE_ONCE(sk->sk_prot, psock->sk_proto); in sk_psock_restore_proto()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | udp_bpf.c | 49 udp_bpf_check_v6_needs_rebuild(psock->sk_proto); in udp_bpf_get_proto()
|
| H A D | tcp_bpf.c | 625 if (tcp_bpf_assert_proto_ops(psock->sk_proto)) in tcp_bpf_get_proto() 628 tcp_bpf_check_v6_needs_rebuild(psock->sk_proto); in tcp_bpf_get_proto()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| H A D | chtls_main.c | 484 return ctx->sk_proto->getsockopt(sk, level, in chtls_getsockopt() 575 return ctx->sk_proto->setsockopt(sk, level, in chtls_setsockopt()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | tls.h | 279 struct proto *sk_proto; member
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | skmsg.c | 600 psock->sk_proto = prot; in sk_psock_init()
|