Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_bpf.c591 TCP_BPF_TX, enumerator
610 prot[TCP_BPF_TX] = prot[TCP_BPF_BASE]; in tcp_bpf_rebuild_protos()
611 prot[TCP_BPF_TX].sendmsg = tcp_bpf_sendmsg; in tcp_bpf_rebuild_protos()
616 prot[TCP_BPF_TXRX] = prot[TCP_BPF_TX]; in tcp_bpf_rebuild_protos()
652 int config = psock->progs.msg_parser ? TCP_BPF_TX : TCP_BPF_BASE; in tcp_bpf_update_proto()
655 config = (config == TCP_BPF_TX) ? TCP_BPF_TXRX : TCP_BPF_RX; in tcp_bpf_update_proto()