Home
last modified time | relevance | path

Searched refs:txb (Results 1 – 1 of 1) sorted by relevance

/net/rxrpc/
Dar-ack.c219 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()
[all …]