Lines Matching refs:txb
219 struct sk_buff *txb; in rxrpc_resend() local
243 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() local
309 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() local
361 txb = (struct sk_buff *) (*p_txb & ~1); in rxrpc_process_soft_ACKs()
362 sp = rxrpc_skb(txb); in rxrpc_process_soft_ACKs()
391 txb = (struct sk_buff *) (*p_txb & ~1); in rxrpc_process_soft_ACKs()
392 sp = rxrpc_skb(txb); in rxrpc_process_soft_ACKs()