Searched refs:m_last (Results 1 - 14 of 14) sorted by relevance

/freebsd-10-stable/sys/xdr/
H A Dxdr_mbuf.c73 m = m_last(m);
98 m = m_last(madd);
/freebsd-10-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_llpi.c496 struct mbuf *m_last = NULL, *m = NULL; local
562 con->tx_pkt = m_last = m0;
564 m_last->m_nextpkt = m0;
565 m_last = m0;
/freebsd-10-stable/sys/dev/mlx5/mlx5_en/
H A Dtcp_tlro.c174 pinfo->pprev = &m_last(m)->m_next;
516 m = m_last(m);
/freebsd-10-stable/sys/netinet/
H A Dtcp_lro.c586 le->m_tail = m_last(m);
669 le->m_tail = m_last(m);
H A Dsctp_output.c4692 struct mbuf *m, *m_last; local
4931 m_last = sctp_add_addresses_to_i_ia(inp, stcb, &stcb->asoc.scope,
4937 if (sctp_add_pad_tombuf(m_last, padding_len) == NULL) {
5497 struct mbuf *m, *m_tmp, *m_last, *m_cookie, *op_err; local
6036 m_last = m;
6050 m_last = sctp_add_addresses_to_i_ia(inp, stcb, &scp, m_last,
6067 SCTP_BUF_NEXT(m_last) = op_err;
6068 while (SCTP_BUF_NEXT(m_last) != NULL) {
6069 m_last
10820 struct mbuf *m_abort, *m, *m_last; local
10981 struct mbuf *m_at, *m_last = NULL; local
[all...]
H A Dsctputil.c2625 struct mbuf *m_last; local
2636 m_last = m;
2639 m_last = sctp_get_mbuf_for_msg(padlen, 0, M_NOWAIT, 1, MT_DATA);
2640 if (m_last == NULL) {
2643 SCTP_BUF_LEN(m_last) = 0;
2644 SCTP_BUF_NEXT(m_last) = NULL;
2645 SCTP_BUF_NEXT(m) = m_last;
2647 dp = mtod(m_last, caddr_t)+SCTP_BUF_LEN(m_last);
2648 SCTP_BUF_LEN(m_last)
[all...]
H A Digmp.c2827 md = m_last(m);
3107 md = m_last(m);
3296 mtl = m_last(mt);
/freebsd-10-stable/sys/rpc/
H A Dsvc_vc.c630 m_last(cd->mreq)->m_next = m;
786 m_last(cd->mpending)->m_next = m;
H A Dclnt_vc.c959 m_last(ct->ct_record)->m_next = m;
/freebsd-10-stable/sys/kgssapi/krb5/
H A Dkrb5_mech.c1742 mlast = m_last(m);
1851 mlast = m_last(m);
1951 mlast = m_last(m);
/freebsd-10-stable/sys/netinet6/
H A Dmld6.c2496 md = m_last(m);
2772 md = m_last(m);
2962 mtl = m_last(mt);
/freebsd-10-stable/sys/kern/
H A Duipc_sockbuf.c696 ctrl_last = (control == NULL) ? NULL : m_last(control);
H A Duipc_syscalls.c2467 m_last(m)->m_next = m0;
/freebsd-10-stable/sys/sys/
H A Dmbuf.h784 m_last(struct mbuf *m) function

Completed in 308 milliseconds