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
242 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() local
308 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() local
360 txb = (struct sk_buff *) (*p_txb & ~1); in rxrpc_process_soft_ACKs()
[all …]