Searched refs:p_txb (Results 1 – 1 of 1) sorted by relevance
220 unsigned long *p_txb, resend_at; in rxrpc_resend() local238 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() local307 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() local358 p_txb = call->acks_window; in rxrpc_process_soft_ACKs()[all …]