Searched refs:txb (Results 1 – 1 of 1) sorted by relevance
219 struct sk_buff *txb; in rxrpc_resend() local242 txb = (struct sk_buff *) *p_txb; in rxrpc_resend()243 sp = rxrpc_skb(txb); in rxrpc_resend()252 hdr = (struct rxrpc_header *) txb->head; in rxrpc_resend()257 if (rxrpc_send_packet(call->conn->trans, txb) < 0) { in rxrpc_resend()288 struct sk_buff *txb; in rxrpc_resend_timer() local308 txb = (struct sk_buff *) (*p_txb & ~1); in rxrpc_resend_timer()309 sp = rxrpc_skb(txb); in rxrpc_resend_timer()341 struct sk_buff *txb; in rxrpc_process_soft_ACKs() local360 txb = (struct sk_buff *) (*p_txb & ~1); in rxrpc_process_soft_ACKs()[all …]