Home
last modified time | relevance | path

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

/linux-4.4.14/net/rxrpc/
Dar-ack.c220 unsigned long *p_txb, resend_at; in rxrpc_resend() local
238 p_txb = call->acks_window + loop; in rxrpc_resend()
240 if (*p_txb & 1) in rxrpc_resend()
243 txb = (struct sk_buff *) *p_txb; in rxrpc_resend()
290 unsigned long *p_txb, resend_at; in rxrpc_resend_timer() local
307 p_txb = call->acks_window + loop; in rxrpc_resend_timer()
309 txb = (struct sk_buff *) (*p_txb & ~1); in rxrpc_resend_timer()
312 ASSERT(!(*p_txb & 1)); in rxrpc_resend_timer()
343 unsigned long *p_txb, resend_at; in rxrpc_process_soft_ACKs() local
358 p_txb = call->acks_window; in rxrpc_process_soft_ACKs()
[all …]