Searched refs:MP_RECV_SEQ_DIFF (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netgraph/ |
| H A D | ng_ppp.c | 162 #define MP_RECV_SEQ_DIFF(priv,x,y) \ macro 1603 if (MP_RECV_SEQ_DIFF(priv, alink->seq, priv->mseq) < 0) in ng_ppp_mp_recv() 1613 diff = MP_RECV_SEQ_DIFF(priv, frag->seq, qent->seq); in ng_ppp_mp_recv() 1654 if (MP_RECV_SEQ_DIFF(priv, priv->mseq, new_mseq) < 0) { in ng_ppp_bump_mseq() 1660 if (MP_RECV_SEQ_DIFF(priv, in ng_ppp_bump_mseq() 1684 if (!qent->first || MP_RECV_SEQ_DIFF(priv, qent->seq, priv->mseq) > 1) in ng_ppp_check_packet() 1760 if (MP_RECV_SEQ_DIFF(priv, qent->seq, priv->mseq) >= 0) in ng_ppp_frag_trim()
|