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