Searched refs:last_seq (Results 1 – 3 of 3) sorted by relevance
572 unsigned char last_seq; /* Last seq. no seen for WavePoint */ member
649 new_wavepoint->last_seq=seq-1; /* Last sequence no.seen */ in wl_new_wavepoint()733 num_missed=(seq-wavepoint->last_seq)%WAVEPOINT_HISTORY;/* Have we missed in wl_update_history()742 wavepoint->last_seq=seq; in wl_update_history()
1569 struct sk_buff * skb, u32 last_seq );1811 struct sk_buff * skb, u32 last_seq ) in isdn_ppp_mp_get_seq() argument1829 (last_seq & MP_SHORTSEQ_MAXBIT) && in isdn_ppp_mp_get_seq()1830 (unsigned long)last_seq <= MP_LONGSEQ_MAX ) in isdn_ppp_mp_get_seq()1831 seq |= (last_seq + MP_SHORTSEQ_MAX+1) & in isdn_ppp_mp_get_seq()1834 seq |= last_seq & (~MP_SHORTSEQ_MASK & MP_LONGSEQ_MASK); in isdn_ppp_mp_get_seq()