Searched refs:temp_rx (Results 1 – 1 of 1) sorted by relevance
245 int temp_rx; in build_gre_transport_data() local270 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() local351 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