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.c767 * API. For example, there is only one next_tx_seq, in rds_walk_conn_path_info()
768 * which path's next_tx_seq should we report? It is in rds_walk_conn_path_info()
806 cinfo->next_tx_seq = cp->cp_next_tx_seq; in rds_conn_info_visitor()
832 cinfo6->next_tx_seq = cp->cp_next_tx_seq; in rds6_conn_info_visitor()
/linux/net/bluetooth/
H A Dl2cap_core.c1955 control->txseq = chan->next_tx_seq; in l2cap_streaming_send()
1968 chan->next_tx_seq = __next_seq(chan, chan->next_tx_seq); in l2cap_streaming_send()
2001 control->txseq = chan->next_tx_seq; in l2cap_ertm_send()
2020 chan->next_tx_seq = __next_seq(chan, chan->next_tx_seq); in l2cap_ertm_send()
3180 chan->next_tx_seq = 0; in l2cap_ertm_init()
5960 if (control->reqseq == chan->next_tx_seq) { in l2cap_handle_srej()
6018 if (control->reqseq == chan->next_tx_seq) { in l2cap_handle_rej()
6458 /* Rewind next_tx_seq t in l2cap_rx_state_wait_p()
[all...]
/linux/include/net/bluetooth/
H A Dl2cap.h567 __u16 next_tx_seq;
570 __u16 next_tx_seq; global() member