Home
last modified time | relevance | path

Searched refs:build_protos (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/net/xfrm/
H A Despintcp.c439 static void build_protos(struct proto *espintcp_prot,
477 build_protos(&espintcp6_prot, &espintcp6_ops, sk->sk_prot, sk->sk_socket->ops); in espintcp_init_sk()
556 static void build_protos(struct proto *espintcp_prot, in build_protos() function
578 build_protos(&espintcp_prot, &espintcp_ops, &tcp_prot, &inet_stream_ops); in espintcp_init()
/OK3568_Linux_fs/kernel/net/tls/
H A Dtls_main.c65 static void build_protos(struct proto prot[TLS_NUM_CONFIG][TLS_NUM_CONFIG],
683 build_protos(tls_prots[TLSV6], prot); in tls_build_proto()
695 build_protos(tls_prots[TLSV4], prot); in tls_build_proto()
704 static void build_protos(struct proto prot[TLS_NUM_CONFIG][TLS_NUM_CONFIG], in build_protos() function