Home
last modified time | relevance | path

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

/arch/um/drivers/
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
351 if (get_ulong_param(vp->parsed, "rx_cookie", &temp_rx)) { in build_l2tpv3_transport_data()
355 td->rx_cookie = cpu_to_be64(temp_rx); in build_l2tpv3_transport_data()
360 td->rx_cookie = cpu_to_be32(temp_rx); in build_l2tpv3_transport_data()

Completed in 3 milliseconds