Home
last modified time | relevance | path

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

/linux-6.8/net/rxrpc/
Dar-internal.h790 struct rxrpc_txbuf { struct
791 struct rcu_head rcu;
792 struct list_head call_link; /* Link in call->tx_sendmsg/tx_buffer */
793 struct list_head tx_link; /* Link in live Enc queue or Tx queue */
794 ktime_t last_sent; /* Time at which last transmitted */
795 refcount_t ref;
796 rxrpc_seq_t seq; /* Sequence number of this packet */
797 unsigned int call_debug_id;
798 unsigned int debug_id;
822 static inline bool rxrpc_sending_to_server(const struct rxrpc_txbuf *txb) in rxrpc_sending_to_server() argument