Searched refs:TCP_BPF_BASE (Results 1 – 1 of 1) sorted by relevance
551 TCP_BPF_BASE, enumerator563 prot[TCP_BPF_BASE] = *base; in tcp_bpf_rebuild_protos()564 prot[TCP_BPF_BASE].unhash = sock_map_unhash; in tcp_bpf_rebuild_protos()565 prot[TCP_BPF_BASE].close = sock_map_close; in tcp_bpf_rebuild_protos()566 prot[TCP_BPF_BASE].recvmsg = tcp_bpf_recvmsg; in tcp_bpf_rebuild_protos()567 prot[TCP_BPF_BASE].stream_memory_read = tcp_bpf_stream_read; in tcp_bpf_rebuild_protos()569 prot[TCP_BPF_TX] = prot[TCP_BPF_BASE]; in tcp_bpf_rebuild_protos()607 int config = psock->progs.msg_parser ? TCP_BPF_TX : TCP_BPF_BASE; in tcp_bpf_get_proto()629 if (prot == &tcp_bpf_prots[family][TCP_BPF_BASE]) in tcp_bpf_clone()