HomeSort by: relevance | last modified time | path
    Searched defs:mlast (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/netipsec/
ipsec_mbuf.c 59 struct mbuf *n, *mfirst, *mlast; local in function:m_clone
145 mlast = NULL;
150 if (mlast != NULL)
151 mlast->m_next = n;
152 mlast = n;
  /src/sys/kern/
uipc_socket2.c 822 #define SBLINKRECORDCHAIN(sb, m0, mlast) \
828 (sb)->sb_lastrecord = (mlast); \
1229 struct mbuf *m, *mlast, *n; local in function:sbappendcontrol
1257 mlast = m;
1260 sb->sb_mbtail = mlast;
uipc_mbuf.c 1172 struct mbuf *mlast; local in function:m_pulldown
1181 for (mlast = o; mlast->m_next != NULL; mlast = mlast->m_next)
1184 mlast->m_next = n->m_next;
  /src/sys/dev/pci/
hifn7751.c 1691 struct mbuf *m, *m0, *mlast; local in function:hifn_crypto
1714 mlast = m0;
1735 mlast->m_next = m;
1736 mlast = m;
2945 struct mbuf *m, *m0, *mlast; local in function:hifn_mkmbuf_chain
2967 mlast = m0;
2987 mlast->m_next = m;
2988 mlast = m;
  /src/sys/netinet6/
ip6_output.c 953 struct mbuf *mlast; local in function:ip6_output
994 for (mlast = m; mlast->m_next; mlast = mlast->m_next)
996 mlast->m_next = m_frgpart;
1211 struct mbuf *n, *mlast; local in function:ip6_insertfraghdr
1223 for (mlast = n; mlast->m_next; mlast = mlast->m_next
    [all...]

Completed in 51 milliseconds