Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_bpf.c613 TCP_BPF_TX, enumerator
633 prot[TCP_BPF_TX] = prot[TCP_BPF_BASE]; in tcp_bpf_rebuild_protos()
634 prot[TCP_BPF_TX].sendmsg = tcp_bpf_sendmsg; in tcp_bpf_rebuild_protos()
639 prot[TCP_BPF_TXRX] = prot[TCP_BPF_TX]; in tcp_bpf_rebuild_protos()
711 int config = psock->progs.msg_parser ? TCP_BPF_TX : TCP_BPF_BASE; in tcp_bpf_update_proto()
714 config = (config == TCP_BPF_TX) ? TCP_BPF_TXRX : TCP_BPF_RX; in tcp_bpf_update_proto()