Home
last modified time | relevance | path

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

/openbmc/linux/net/rxrpc/
H A Dar-internal.h786 struct rxrpc_txbuf { struct
787 struct rcu_head rcu;
788 struct list_head call_link; /* Link in call->tx_sendmsg/tx_buffer */
789 struct list_head tx_link; /* Link in live Enc queue or Tx queue */
790 ktime_t last_sent; /* Time at which last transmitted */
791 refcount_t ref;
792 rxrpc_seq_t seq; /* Sequence number of this packet */
793 unsigned int call_debug_id;
794 unsigned int debug_id;
818 static inline bool rxrpc_sending_to_server(const struct rxrpc_txbuf *txb) in rxrpc_sending_to_server() argument