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.c614 TCP_BPF_TX, enumerator
634 prot[TCP_BPF_TX] = prot[TCP_BPF_BASE]; in tcp_bpf_rebuild_protos()
635 prot[TCP_BPF_TX].sendmsg = tcp_bpf_sendmsg; in tcp_bpf_rebuild_protos()
640 prot[TCP_BPF_TXRX] = prot[TCP_BPF_TX]; in tcp_bpf_rebuild_protos()
712 int config = psock->progs.msg_parser ? TCP_BPF_TX : TCP_BPF_BASE; in tcp_bpf_update_proto()
715 config = (config == TCP_BPF_TX) ? TCP_BPF_TXRX : TCP_BPF_RX; in tcp_bpf_update_proto()