Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Drds.h154 __u64 next_tx_seq; member
164 __u64 next_tx_seq; member
/linux/net/rds/
H A Dconnection.c715 * API. For example, there is only one next_tx_seq, in rds_walk_conn_path_info()
716 * which path's next_tx_seq should we report? It is in rds_walk_conn_path_info()
747 cinfo->next_tx_seq = cp->cp_next_tx_seq; in rds_conn_info_visitor()
773 cinfo6->next_tx_seq = cp->cp_next_tx_seq; in rds6_conn_info_visitor()
/linux/net/bluetooth/
H A Dl2cap_core.c1942 control->txseq = chan->next_tx_seq; in l2cap_streaming_send()
1955 chan->next_tx_seq = __next_seq(chan, chan->next_tx_seq); in l2cap_streaming_send()
1988 control->txseq = chan->next_tx_seq; in l2cap_ertm_send()
2007 chan->next_tx_seq = __next_seq(chan, chan->next_tx_seq); in l2cap_ertm_send()
3160 chan->next_tx_seq = 0; in l2cap_ertm_init()
5792 if (control->reqseq == chan->next_tx_seq) { in l2cap_handle_srej()
5850 if (control->reqseq == chan->next_tx_seq) { in l2cap_handle_rej()
6290 /* Rewind next_tx_seq t in l2cap_rx_state_wait_p()
[all...]
/linux/include/net/bluetooth/
H A Dl2cap.h567 __u16 next_tx_seq; member