Searched defs:rxrpc_send_data_req (Results 1 – 1 of 1) sorted by relevance
918 struct rxrpc_send_data_req { struct919 ktime_t now; /* Current time */920 struct rxrpc_txqueue *tq; /* Tx queue segment holding first DATA */921 rxrpc_seq_t seq; /* Sequence of first data */922 int n; /* Number of DATA packets to glue into jumbo */923 bool retrans; /* T if this is a retransmission */924 bool did_send; /* T if did actually send */925 bool tlp_probe; /* T if this is a TLP probe */926 int /* enum rxrpc_txdata_trace */ trace;