Searched refs:build_protos (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/xfrm/ |
D | espintcp.c | 439 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()
|
/kernel/linux/linux-5.10/net/tls/ |
D | tls_main.c | 65 static void build_protos(struct proto prot[TLS_NUM_CONFIG][TLS_NUM_CONFIG], 686 build_protos(tls_prots[TLSV6], prot); in tls_build_proto() 698 build_protos(tls_prots[TLSV4], prot); in tls_build_proto() 707 static void build_protos(struct proto prot[TLS_NUM_CONFIG][TLS_NUM_CONFIG], in build_protos() function
|