Searched refs:p_txb (Results 1 – 1 of 1) sorted by relevance
172 unsigned long *p_txb, resend_at; in rxrpc_resend() local189 p_txb = call->acks_window + loop; in rxrpc_resend()191 if (*p_txb & 1) in rxrpc_resend()194 txb = (struct sk_buff *) *p_txb; in rxrpc_resend()241 unsigned long *p_txb, resend_at; in rxrpc_resend_timer() local258 p_txb = call->acks_window + loop; in rxrpc_resend_timer()260 txb = (struct sk_buff *) (*p_txb & ~1); in rxrpc_resend_timer()263 ASSERT(!(*p_txb & 1)); in rxrpc_resend_timer()294 unsigned long *p_txb, resend_at; in rxrpc_process_soft_ACKs() local309 p_txb = call->acks_window; in rxrpc_process_soft_ACKs()[all …]