Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ipv4/
A Dtcp_bpf.c542 TCP_BPF_BASE, enumerator
556 prot[TCP_BPF_BASE] = *base; in tcp_bpf_rebuild_protos()
557 prot[TCP_BPF_BASE].destroy = sock_map_destroy; in tcp_bpf_rebuild_protos()
558 prot[TCP_BPF_BASE].close = sock_map_close; in tcp_bpf_rebuild_protos()
559 prot[TCP_BPF_BASE].recvmsg = tcp_bpf_recvmsg; in tcp_bpf_rebuild_protos()
560 prot[TCP_BPF_BASE].sock_is_readable = sk_msg_is_readable; in tcp_bpf_rebuild_protos()
562 prot[TCP_BPF_TX] = prot[TCP_BPF_BASE]; in tcp_bpf_rebuild_protos()
566 prot[TCP_BPF_RX] = prot[TCP_BPF_BASE]; in tcp_bpf_rebuild_protos()
606 int config = psock->progs.msg_parser ? TCP_BPF_TX : TCP_BPF_BASE; in tcp_bpf_update_proto()

Completed in 5 milliseconds