Searched refs:txb (Results 1 – 1 of 1) sorted by relevance
219 struct sk_buff *txb; in rxrpc_resend() local243 txb = (struct sk_buff *) *p_txb; in rxrpc_resend()244 sp = rxrpc_skb(txb); in rxrpc_resend()253 hdr = (struct rxrpc_header *) txb->head; in rxrpc_resend()258 if (rxrpc_send_packet(call->conn->trans, txb) < 0) { in rxrpc_resend()289 struct sk_buff *txb; in rxrpc_resend_timer() local309 txb = (struct sk_buff *) (*p_txb & ~1); in rxrpc_resend_timer()310 sp = rxrpc_skb(txb); in rxrpc_resend_timer()342 struct sk_buff *txb; in rxrpc_process_soft_ACKs() local361 txb = (struct sk_buff *) (*p_txb & ~1); in rxrpc_process_soft_ACKs()[all …]