Searched refs:ackno (Results 1 - 7 of 7) sorted by relevance

/linux-master/net/dccp/
H A Dinput.c190 ackno = DCCP_SKB_CB(skb)->dccpd_ack_seq; local
195 * If S.AWL <= P.ackno <= S.AWH and P.seqno >= S.SWL,
206 if (between48(ackno, dp->dccps_awl, dp->dccps_awh) &&
219 * and (P.ackno does not exist or LAWL <= P.ackno <= S.AWH),
235 (ackno == DCCP_PKT_WITHOUT_ACK_SEQ ||
236 between48(ackno, lawl, dp->dccps_awh))) {
240 ackno != DCCP_PKT_WITHOUT_ACK_SEQ &&
241 after48(ackno, dp->dccps_gar))
242 dp->dccps_gar = ackno;
[all...]
H A Dackvec.c86 const u64 ackno)
91 * number, start with the oldest record first. If @ackno is `before'
95 if (avr->avr_ack_seqno == ackno)
97 if (before48(ackno, avr->avr_ack_seqno))
279 * @ackno: last Ack Vector which has been acknowledged
282 * up to and including @ackno. While based on section A.3 of RFC 4340, here
287 void dccp_ackvec_clear_state(struct dccp_ackvec *av, const u64 ackno) argument
293 avr = dccp_ackvec_lookup(&av->av_records, ackno);
85 dccp_ackvec_lookup(struct list_head *av_list, const u64 ackno) argument
H A Dackvec.h110 void dccp_ackvec_clear_state(struct dccp_ackvec *av, const u64 ackno);
H A Doutput.c55 u64 ackno = dp->dccps_gsr; local
79 ackno = dcb->dccpd_ack_seq;
113 dccp_hdr_set_ack(dccp_hdr_ack_bits(skb), ackno); local
120 * Limit Ack window to ISS <= P.ackno <= GSS, so that
500 * If P.ackno exists, set R.seqno := P.ackno + 1.
639 void dccp_send_sync(struct sock *sk, const u64 ackno, argument
658 DCCP_SKB_CB(skb)->dccpd_ack_seq = ackno;
/linux-master/net/dccp/ccids/
H A Dccid2.c517 u64 ackno, seqno; local
567 ackno = DCCP_SKB_CB(skb)->dccpd_ack_seq;
568 if (after48(ackno, hc->tx_high_ack))
569 hc->tx_high_ack = ackno;
572 while (before48(seqp->ccid2s_seq, ackno)) {
592 u64 ackno_end_rl = SUB48(ackno,
596 (unsigned long long)ackno,
600 * current ackno, then move towards the tail of our
603 while (after48(seqp->ccid2s_seq, ackno)) {
616 while (between48(seqp->ccid2s_seq,ackno_end_rl,ackno)) {
[all...]
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_dcb.h120 __be32 ackno; member in struct:ice_cee_ctrl_tlv
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb.h125 __be32 ackno; member in struct:i40e_cee_ctrl_tlv

Completed in 215 milliseconds