Home
last modified time | relevance | path

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

/linux/arch/um/drivers/
H A Dvector_transports.c245 int temp_rx; in build_gre_transport_data() local
270 if (get_uint_param(vp->parsed, "rx_key", &temp_rx)) { in build_gre_transport_data()
274 td->rx_key = cpu_to_be32(temp_rx); in build_gre_transport_data()
307 unsigned long temp_rx; in build_l2tpv3_transport_data() local
350 if (get_ulong_param(vp->parsed, "rx_cookie", &temp_rx)) { in build_l2tpv3_transport_data()
354 td->rx_cookie = cpu_to_be64(temp_rx); in build_l2tpv3_transport_data()
359 td->rx_cookie = cpu_to_be32(temp_rx); in build_l2tpv3_transport_data()