Home
last modified time | relevance | path

Searched defs:rxrpc_send_data_req (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/net/rxrpc/
Dar-internal.h918 struct rxrpc_send_data_req { struct
919 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;