Home
last modified time | relevance | path

Searched refs:sk_proto (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/net/tls/
H A Dtls_toe.c98 ctx->sk_proto->unhash(sk); in tls_toe_unhash()
107 err = ctx->sk_proto->hash(sk); in tls_toe_hash()
H A Dtls_main.c318 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 Dskmsg.h103 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 Dudp_bpf.c49 udp_bpf_check_v6_needs_rebuild(psock->sk_proto); in udp_bpf_get_proto()
H A Dtcp_bpf.c625 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 Dchtls_main.c484 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 Dtls.h279 struct proto *sk_proto; member
/OK3568_Linux_fs/kernel/net/core/
H A Dskmsg.c600 psock->sk_proto = prot; in sk_psock_init()