Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_bpf.c552 static struct proto tcp_bpf_prots[TCP_BPF_NUM_PROTS][TCP_BPF_NUM_CFGS]; variable
579 tcp_bpf_rebuild_protos(tcp_bpf_prots[TCP_BPF_IPV6], ops); in tcp_bpf_check_v6_needs_rebuild()
588 tcp_bpf_rebuild_protos(tcp_bpf_prots[TCP_BPF_IPV4], &tcp_prot); in tcp_bpf_v4_build_proto()
638 WRITE_ONCE(sk->sk_prot, &tcp_bpf_prots[family][config]); in tcp_bpf_update_proto()
652 if (is_insidevar(prot, tcp_bpf_prots)) in tcp_bpf_clone()