Home
last modified time | relevance | path

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

/Linux-v6.1/net/ipv4/
Dtcp_bpf.c531 TCP_BPF_TX, enumerator
550 prot[TCP_BPF_TX] = prot[TCP_BPF_BASE]; in tcp_bpf_rebuild_protos()
551 prot[TCP_BPF_TX].sendmsg = tcp_bpf_sendmsg; in tcp_bpf_rebuild_protos()
552 prot[TCP_BPF_TX].sendpage = tcp_bpf_sendpage; in tcp_bpf_rebuild_protos()
557 prot[TCP_BPF_TXRX] = prot[TCP_BPF_TX]; in tcp_bpf_rebuild_protos()
594 int config = psock->progs.msg_parser ? TCP_BPF_TX : TCP_BPF_BASE; in tcp_bpf_update_proto()
597 config = (config == TCP_BPF_TX) ? TCP_BPF_TXRX : TCP_BPF_RX; in tcp_bpf_update_proto()