Home
last modified time | relevance | path

Searched refs:inbufs (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dmp.c252 mp->inbufs = NULL; in mp_Init()
396 while (mp->inbufs) { in mp_Down()
397 next = mp->inbufs->m_nextpkt; in mp_Down()
398 m_freem(mp->inbufs); in mp_Down()
399 mp->inbufs = next; in mp_Down()
461 q = mp->inbufs; in mp_Assemble()
467 mp->inbufs = m; in mp_Assemble()
479 mp->inbufs = m; in mp_Assemble()
494 while (mp->inbufs != q) { in mp_Assemble()
496 next = mp->inbufs->m_nextpkt; in mp_Assemble()
[all …]
H A Dmp.h107 struct mbuf *inbufs; /* Received fragments */ member
/freebsd/crypto/openssl/engines/
H A De_dasync.c165 unsigned char **inbufs; member
659 pipe_ctx->inbufs = (unsigned char **)ptr; in dasync_cipher_ctrl_helper()
777 (ctx, pipe_ctx->outbufs[i], pipe_ctx->inbufs[i], in dasync_cipher_helper()