Searched refs:mlast (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/kgssapi/krb5/
H A Dkrb5_mech.c861 struct mbuf *mlast, *mic, *tm; local
867 mlen = m_length(m, &mlast);
892 mlast->m_next = tm;
898 mlast->m_next = NULL;
949 struct mbuf *mlast, *mic; local
955 mlen = m_length(m, &mlast);
1000 mlast->m_next = mic;
1002 mlast->m_next = NULL;
1044 struct mbuf *mlast, *tm; local
1050 mlen = m_length(m, &mlast);
1143 struct mbuf *mlast; local
1254 struct mbuf *m, *mlast, *tm, *cm, *pm; local
1405 struct mbuf *m, *mlast, *tm; local
1605 struct mbuf *m, *mlast, *hm, *cm, *n; local
1783 struct mbuf *m, *mlast, *hm, *cm; local
[all...]
/freebsd-11-stable/sys/netinet/
H A Dtcp_reass.c323 struct mbuf *mlast, int lenofoh)
334 last->tqe_last = mlast;
348 int tlen, struct mbuf *mlast, int lenofoh)
366 mlast->m_next = first->tqe_m;
384 tcp_seq seq, int len, struct mbuf *mlast, int mbufoh, uint8_t flags)
401 q->tqe_last = mlast;
495 tcp_reass_overhead_of_chain(struct mbuf *m, struct mbuf **mlast) argument
507 *mlast = m;
520 * changes appropriate changes to update mlast would
532 struct mbuf *mlast local
321 tcp_reass_append(struct tcpcb *tp, struct tseg_qent *last, struct mbuf *m, struct tcphdr *th, int tlen, struct mbuf *mlast, int lenofoh) argument
347 tcp_reass_prepend(struct tcpcb *tp, struct tseg_qent *first, struct mbuf *m, struct tcphdr *th, int tlen, struct mbuf *mlast, int lenofoh) argument
383 tcp_reass_replace(struct tcpcb *tp, struct tseg_qent *q, struct mbuf *m, tcp_seq seq, int len, struct mbuf *mlast, int mbufoh, uint8_t flags) argument
[all...]
/freebsd-11-stable/sys/netinet6/
H A Dip6_output.c1245 struct mbuf *n, *mlast; local
1257 for (mlast = n; mlast->m_next; mlast = mlast->m_next)
1260 if (M_WRITABLE(mlast) &&
1261 M_TRAILINGSPACE(mlast) >= sizeof(struct ip6_frag)) {
1263 *frghdrp = (struct ip6_frag *)(mtod(mlast, caddr_t) +
1264 mlast->m_len);
1265 mlast
[all...]
/freebsd-11-stable/sys/kern/
H A Duipc_sockbuf.c895 struct mbuf *m, *mlast; local
905 mlast = m;
908 sb->sb_mbtail = mlast;
H A Duipc_mbuf.c1605 struct mbuf *n, *mfirst, *mlast; local
1690 mlast = NULL;
1695 if (mlast != NULL)
1696 mlast->m_next = n;
1697 mlast = n;
/freebsd-11-stable/sys/dev/hifn/
H A Dhifn7751.c1862 struct mbuf *m, *m0, *mlast; local
1904 mlast = m0;
1919 mlast->m_next = m;
1930 mlast->m_next = m;
1931 mlast = m;

Completed in 96 milliseconds