Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/bpf/
Dsockmap.c184 static struct proto bpf_tcp_prots[SOCKMAP_NUM_PROTS][SOCKMAP_NUM_CONFIGS]; variable
204 sk->sk_prot = &bpf_tcp_prots[family][conf]; in update_sk_prot()
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()