Searched refs:temp_tx (Results 1 – 1 of 1) sorted by relevance
246 int temp_tx; in build_gre_transport_data() local271 if (get_uint_param(vp->parsed, "tx_key", &temp_tx)) { in build_gre_transport_data()275 td->tx_key = cpu_to_be32(temp_tx); in build_gre_transport_data()308 unsigned long temp_tx; in build_l2tpv3_transport_data() local352 if (get_ulong_param(vp->parsed, "tx_cookie", &temp_tx)) { in build_l2tpv3_transport_data()356 td->tx_cookie = cpu_to_be64(temp_tx); in build_l2tpv3_transport_data()361 td->tx_cookie = cpu_to_be32(temp_tx); in build_l2tpv3_transport_data()
Completed in 648 milliseconds