next_tx_seq 557 include/net/bluetooth/l2cap.h __u16 next_tx_seq; next_tx_seq 152 include/uapi/linux/rds.h __u64 next_tx_seq; next_tx_seq 162 include/uapi/linux/rds.h __u64 next_tx_seq; next_tx_seq 1892 net/bluetooth/l2cap_core.c control->txseq = chan->next_tx_seq; next_tx_seq 1905 net/bluetooth/l2cap_core.c chan->next_tx_seq = __next_seq(chan, chan->next_tx_seq); next_tx_seq 1941 net/bluetooth/l2cap_core.c control->txseq = chan->next_tx_seq; next_tx_seq 1960 net/bluetooth/l2cap_core.c chan->next_tx_seq = __next_seq(chan, chan->next_tx_seq); next_tx_seq 3110 net/bluetooth/l2cap_core.c chan->next_tx_seq = 0; next_tx_seq 6047 net/bluetooth/l2cap_core.c if (control->reqseq == chan->next_tx_seq) { next_tx_seq 6105 net/bluetooth/l2cap_core.c if (control->reqseq == chan->next_tx_seq) { next_tx_seq 6534 net/bluetooth/l2cap_core.c chan->next_tx_seq = control->reqseq; next_tx_seq 6572 net/bluetooth/l2cap_core.c chan->next_tx_seq = control->reqseq; next_tx_seq 6593 net/bluetooth/l2cap_core.c unacked = __seq_offset(chan, chan->next_tx_seq, chan->expected_ack_seq); next_tx_seq 6594 net/bluetooth/l2cap_core.c return __seq_offset(chan, chan->next_tx_seq, reqseq) <= unacked; next_tx_seq 6626 net/bluetooth/l2cap_core.c control->reqseq, chan->next_tx_seq, next_tx_seq 735 net/rds/connection.c cinfo->next_tx_seq = cp->cp_next_tx_seq; next_tx_seq 762 net/rds/connection.c cinfo6->next_tx_seq = cp->cp_next_tx_seq;