Home
last modified time | relevance | path

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

/openbmc/linux/net/xfrm/
H A Despintcp.c446 static void build_protos(struct proto *espintcp_prot,
484 build_protos(&espintcp6_prot, &espintcp6_ops, sk->sk_prot, sk->sk_socket->ops); in espintcp_init_sk()
564 static void build_protos(struct proto *espintcp_prot, in build_protos() function
586 build_protos(&espintcp_prot, &espintcp_ops, &tcp_prot, &inet_stream_ops); in espintcp_init()
/openbmc/linux/net/tls/
H A Dtls_main.c127 static void build_protos(struct proto prot[TLS_NUM_CONFIG][TLS_NUM_CONFIG],
875 build_protos(tls_prots[TLSV6], prot); in tls_build_proto()
887 build_protos(tls_prots[TLSV4], prot); in tls_build_proto()
896 static void build_protos(struct proto prot[TLS_NUM_CONFIG][TLS_NUM_CONFIG], in build_protos() function