tcp_bpf_prots     598 net/ipv4/tcp_bpf.c static struct proto tcp_bpf_prots[TCP_BPF_NUM_PROTS][TCP_BPF_NUM_CFGS];
tcp_bpf_prots     620 net/ipv4/tcp_bpf.c 			tcp_bpf_rebuild_protos(tcp_bpf_prots[TCP_BPF_IPV6], ops);
tcp_bpf_prots     629 net/ipv4/tcp_bpf.c 	tcp_bpf_rebuild_protos(tcp_bpf_prots[TCP_BPF_IPV4], &tcp_prot);
tcp_bpf_prots     639 net/ipv4/tcp_bpf.c 	sk_psock_update_proto(sk, psock, &tcp_bpf_prots[family][config]);
tcp_bpf_prots     651 net/ipv4/tcp_bpf.c 	sk->sk_prot = &tcp_bpf_prots[family][config];