Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/xdr/
Dxdr_mbuf.c75 m = m_last(m); in xdrmbuf_create()
100 m = m_last(madd); in xdrmbuf_append()
/freebsd-12-stable/sys/netgraph/bluetooth/l2cap/
Dng_l2cap_llpi.c549 struct mbuf *m_last = NULL, *m = NULL; in ng_l2cap_lp_send() local
615 con->tx_pkt = m_last = m0; in ng_l2cap_lp_send()
617 m_last->m_nextpkt = m0; in ng_l2cap_lp_send()
618 m_last = m0; in ng_l2cap_lp_send()
/freebsd-12-stable/sys/kern/
Duipc_mbuf.c1484 struct mbuf *m_first, *m_last; in m_fragment() local
1510 m_last = m_first; in m_fragment()
1523 m_last->m_next = m_new; in m_fragment()
1524 m_last = m_new; in m_fragment()
1527 m_copydata(m0, progress, fraglen, mtod(m_last, caddr_t)); in m_fragment()
1529 m_last->m_len = fraglen; in m_fragment()
Duipc_sockbuf.c960 ctrl_last = (control == NULL) ? NULL : m_last(control); in sbappendaddr_nospacecheck_locked()
989 m_last(control)->m_next = m0; in sbappendcontrol_locked()
/freebsd-12-stable/sys/netinet/
Dsctp_output.c4638 struct mbuf *m, *m_last; in sctp_send_initiate() local
4890 m_last = sctp_add_addresses_to_i_ia(inp, stcb, &stcb->asoc.scope, in sctp_send_initiate()
4896 if (sctp_add_pad_tombuf(m_last, padding_len) == NULL) { in sctp_send_initiate()
5458 struct mbuf *m, *m_tmp, *m_last, *m_cookie, *op_err; in sctp_send_initiate_ack() local
6014 m_last = m; in sctp_send_initiate_ack()
6028 m_last = sctp_add_addresses_to_i_ia(inp, stcb, &scp, m_last, in sctp_send_initiate_ack()
6046 SCTP_BUF_NEXT(m_last) = op_err; in sctp_send_initiate_ack()
6047 while (SCTP_BUF_NEXT(m_last) != NULL) { in sctp_send_initiate_ack()
6048 m_last = SCTP_BUF_NEXT(m_last); in sctp_send_initiate_ack()
6053 m_last = sctp_add_pad_tombuf(m_last, padding_len); in sctp_send_initiate_ack()
[all …]
Dtcp_lro.c860 le->m_tail = m_last(m); in tcp_lro_rx2()
943 le->m_tail = m_last(m); in tcp_lro_rx2()
Dsctputil.c3100 struct mbuf *m_last; in sctp_add_pad_tombuf() local
3111 m_last = m; in sctp_add_pad_tombuf()
3114 m_last = sctp_get_mbuf_for_msg(padlen, 0, M_NOWAIT, 1, MT_DATA); in sctp_add_pad_tombuf()
3115 if (m_last == NULL) { in sctp_add_pad_tombuf()
3118 SCTP_BUF_LEN(m_last) = 0; in sctp_add_pad_tombuf()
3119 SCTP_BUF_NEXT(m_last) = NULL; in sctp_add_pad_tombuf()
3120 SCTP_BUF_NEXT(m) = m_last; in sctp_add_pad_tombuf()
3122 dp = mtod(m_last, caddr_t)+SCTP_BUF_LEN(m_last); in sctp_add_pad_tombuf()
3123 SCTP_BUF_LEN(m_last) += padlen; in sctp_add_pad_tombuf()
3125 return (m_last); in sctp_add_pad_tombuf()
Digmp.c2814 md = m_last(m); in igmp_v3_enqueue_group_record()
3094 md = m_last(m); in igmp_v3_enqueue_filter_change()
3283 mtl = m_last(mt); in igmp_v3_merge_state_changes()
/freebsd-12-stable/sys/rpc/
Dsvc_vc.c636 m_last(cd->mreq)->m_next = m; in svc_vc_process_pending()
792 m_last(cd->mpending)->m_next = m; in svc_vc_recv()
Dclnt_vc.c961 m_last(ct->ct_record)->m_next = m; in clnt_vc_soupcall()
/freebsd-12-stable/sys/kgssapi/krb5/
Dkrb5_mech.c1744 mlast = m_last(m); in krb5_unwrap_old()
1853 mlast = m_last(m); in krb5_unwrap_new()
1953 mlast = m_last(m); in krb5_unwrap_new()
/freebsd-12-stable/sys/netinet6/
Dmld6.c2522 md = m_last(m); in mld_v2_enqueue_group_record()
2798 md = m_last(m); in mld_v2_enqueue_filter_change()
2988 mtl = m_last(mt); in mld_v2_merge_state_changes()
Dfrag6.c805 t = m_last(t); in frag6_input()
/freebsd-12-stable/sys/sys/
Dmbuf.h916 m_last(struct mbuf *m) in m_last() function
/freebsd-12-stable/sys/dev/cxgbe/cxgbei/
Dicl_cxgbei.c282 last = m_last(m); in finalize_pdu()