Home
last modified time | relevance | path

Searched refs:m_last (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/xdr/
H A Dxdr_mbuf.c74 m = m_last(m); in xdrmbuf_create()
99 m = m_last(madd); in xdrmbuf_putmbuf()
/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_llpi.c548 struct mbuf *m_last = NULL, *m = NULL; in ng_l2cap_lp_send() local
614 con->tx_pkt = m_last = m0; in ng_l2cap_lp_send()
616 m_last->m_nextpkt = m0; in ng_l2cap_lp_send()
617 m_last = m0; in ng_l2cap_lp_send()
/freebsd/sys/kern/
H A Duipc_mbuf.c1782 struct mbuf *m_first, *m_last; in m_fragment() local
1808 m_last = m_first; in m_fragment()
1821 m_last->m_next = m_new; in m_fragment()
1822 m_last = m_new; in m_fragment()
1825 m_copydata(m0, progress, fraglen, mtod(m_last, caddr_t)); in m_fragment()
1827 m_last->m_len = fraglen; in m_fragment()
H A Duipc_sockbuf.c1330 ctrl_last = (control == NULL) ? NULL : m_last(control); in sbappendaddr_nospacecheck_locked()
1363 m_last(control)->m_next = m0; in sbappendcontrol_locked()
H A Dkern_mbuf.c1118 prev = m_last(m); in mb_unmapped_to_ext()
1544 mtail = m_last(m); in m_getm2()
/freebsd/sys/rpc/
H A Dclnt_vc.c1052 m_last(ct->ct_raw)->m_next = m; in clnt_vc_soupcall()
1083 m_last(ct->ct_record)->m_next = in clnt_vc_soupcall()
1096 m_last(ct->ct_record)->m_next = in clnt_vc_soupcall()
H A Dsvc_vc.c696 m_last(cd->mreq)->m_next = m; in svc_vc_process_pending()
931 m_last(cd->mpending)->m_next = m; in svc_vc_recv()
/freebsd/sys/netinet/
H A Dsctp_output.c4620 struct mbuf *m, *m_last; in sctp_send_initiate() local
4883 m_last = sctp_add_addresses_to_i_ia(inp, stcb, &stcb->asoc.scope, in sctp_send_initiate()
4889 if (sctp_add_pad_tombuf(m_last, padding_len) == NULL) { in sctp_send_initiate()
5505 struct mbuf *m, *m_tmp, *m_last, *m_cookie, *op_err; in sctp_send_initiate_ack() local
6081 m_last = m; in sctp_send_initiate_ack()
6095 m_last = sctp_add_addresses_to_i_ia(inp, stcb, &scp, m_last, in sctp_send_initiate_ack()
6113 SCTP_BUF_NEXT(m_last) = op_err; in sctp_send_initiate_ack()
6114 while (SCTP_BUF_NEXT(m_last) != NULL) { in sctp_send_initiate_ack()
6115 m_last = SCTP_BUF_NEXT(m_last); in sctp_send_initiate_ack()
6120 m_last = sctp_add_pad_tombuf(m_last, padding_len); in sctp_send_initiate_ack()
[all …]
H A Dsctputil.c3089 struct mbuf *m_last; in sctp_add_pad_tombuf() local
3100 m_last = m; in sctp_add_pad_tombuf()
3103 m_last = sctp_get_mbuf_for_msg(padlen, 0, M_NOWAIT, 1, MT_DATA); in sctp_add_pad_tombuf()
3104 if (m_last == NULL) { in sctp_add_pad_tombuf()
3107 SCTP_BUF_LEN(m_last) = 0; in sctp_add_pad_tombuf()
3108 SCTP_BUF_NEXT(m_last) = NULL; in sctp_add_pad_tombuf()
3109 SCTP_BUF_NEXT(m) = m_last; in sctp_add_pad_tombuf()
3111 dp = mtod(m_last, caddr_t)+SCTP_BUF_LEN(m_last); in sctp_add_pad_tombuf()
3112 SCTP_BUF_LEN(m_last) += padlen; in sctp_add_pad_tombuf()
3114 return (m_last); in sctp_add_pad_tombuf()
H A Dtcp_lro.c899 le->m_tail = m_last(m); in tcp_set_entry_to_mbuf()
1104 le->m_tail = m_last(m); in tcp_lro_condense()
H A Digmp.c2873 md = m_last(m); in igmp_v3_enqueue_group_record()
3157 md = m_last(m); in igmp_v3_enqueue_filter_change()
3348 mtl = m_last(mt); in igmp_v3_merge_state_changes()
/freebsd/sys/kgssapi/krb5/
H A Dkrb5_mech.c1741 mlast = m_last(m); in krb5_unwrap_old()
1850 mlast = m_last(m); in krb5_unwrap_new()
1949 mlast = m_last(m); in krb5_unwrap_new()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tls.c920 m_last(tls_data)->m_flags |= M_EOR; in do_rx_tls_cmp()
950 m_last(tls_data)->m_len += trailer_len; in do_rx_tls_cmp()
/freebsd/sys/netinet6/
H A Dmld6.c2489 md = m_last(m); in mld_v2_enqueue_group_record()
2767 md = m_last(m); in mld_v2_enqueue_filter_change()
2959 mtl = m_last(mt); in mld_v2_merge_state_changes()
H A Dfrag6.c840 t = m_last(t); in frag6_input()
/freebsd/sys/sys/
H A Dmbuf.h1100 m_last(struct mbuf *m) in m_last() function
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c346 last = m_last(m); in finalize_pdu()