Home
last modified time | relevance | path

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

/Linux-v4.19/net/tls/
Dtls_main.c622 static void build_protos(struct proto prot[TLS_NUM_CONFIG][TLS_NUM_CONFIG], function
697 build_protos(tls_prots[TLSV6], sk->sk_prot);
736 build_protos(tls_prots[TLSV4], &tcp_prot);
/Linux-v4.19/kernel/bpf/
Dsockmap.c185 static void build_protos(struct proto prot[SOCKMAP_NUM_CONFIGS], in build_protos() function
232 build_protos(bpf_tcp_prots[SOCKMAP_IPV6], sk->sk_prot); in bpf_tcp_init()
1243 build_protos(bpf_tcp_prots[SOCKMAP_IPV4], &tcp_prot); in bpf_tcp_ulp_register()