Searched refs:c_next_rx_seq (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Drecv.c170 (unsigned long long)conn->c_next_rx_seq,
179 if (be64_to_cpu(inc->i_hdr.h_sequence) < conn->c_next_rx_seq &&
184 conn->c_next_rx_seq = be64_to_cpu(inc->i_hdr.h_sequence) + 1;
H A Dconnection.c417 cinfo->next_rx_seq = conn->c_next_rx_seq;
H A Drds.h99 u64 c_next_rx_seq; member in struct:rds_connection

Completed in 65 milliseconds