Home
last modified time | relevance | path

Searched refs:vec_rx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/um/drivers/
H A Dvector_kern.c195 int vec_rx = VECTOR_RX; in get_transport_options() local
206 vec_rx = 0; in get_transport_options()
218 return (result | vec_rx | VECTOR_BPF); in get_transport_options()
220 return (result | vec_rx | vec_tx | VECTOR_QDISC_BYPASS); in get_transport_options()
221 return (result | vec_rx | vec_tx); in get_transport_options()
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dvector_kern.c194 int vec_rx = VECTOR_RX; in get_transport_options() local
205 vec_rx = 0; in get_transport_options()
217 return (result | vec_rx | VECTOR_BPF); in get_transport_options()
219 return (result | vec_rx | vec_tx | VECTOR_QDISC_BYPASS); in get_transport_options()
220 return (result | vec_rx | vec_tx); in get_transport_options()

Completed in 5 milliseconds