Searched defs:rxrpc_send_data_req (Results 1 – 1 of 1) sorted by relevance
999 struct rxrpc_send_data_req { struct1000 ktime_t now; /* Current time */1001 struct rxrpc_txqueue *tq; /* Tx queue segment holding first DATA */1002 rxrpc_seq_t seq; /* Sequence of first data */1003 int n; /* Number of DATA packets to glue into jumbo */1004 bool retrans; /* T if this is a retransmission */1005 bool did_send; /* T if did actually send */1006 bool tlp_probe; /* T if this is a TLP probe */1007 int /* enum rxrpc_txdata_trace */ trace;