Searched defs:rxrpc_txbuf (Results 1 – 1 of 1) sorted by relevance
777 struct rxrpc_txbuf { struct778 struct rcu_head rcu;779 struct list_head call_link; /* Link in call->tx_sendmsg/tx_buffer */780 struct list_head tx_link; /* Link in live Enc queue or Tx queue */781 ktime_t last_sent; /* Time at which last transmitted */782 refcount_t ref;783 rxrpc_seq_t seq; /* Sequence number of this packet */784 unsigned int call_debug_id;785 unsigned int debug_id;809 static inline bool rxrpc_sending_to_server(const struct rxrpc_txbuf *txb) in rxrpc_sending_to_server() argument