Searched refs:build_protos (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/net/xfrm/ |
D | espintcp.c | 448 static void build_protos(struct proto *espintcp_prot, 486 build_protos(&espintcp6_prot, &espintcp6_ops, sk->sk_prot, sk->sk_socket->ops); in espintcp_init_sk() 566 static void build_protos(struct proto *espintcp_prot, in build_protos() function 588 build_protos(&espintcp_prot, &espintcp_ops, &tcp_prot, &inet_stream_ops); in espintcp_init()
|
/linux-6.12.1/net/tls/ |
D | tls_main.c | 128 static void build_protos(struct proto prot[TLS_NUM_CONFIG][TLS_NUM_CONFIG], 880 build_protos(tls_prots[TLSV6], prot); in tls_build_proto() 892 build_protos(tls_prots[TLSV4], prot); in tls_build_proto() 901 static void build_protos(struct proto prot[TLS_NUM_CONFIG][TLS_NUM_CONFIG], in build_protos() function
|