Searched refs:m_last (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12-stable/sys/xdr/ |
| D | xdr_mbuf.c | 75 m = m_last(m); in xdrmbuf_create() 100 m = m_last(madd); in xdrmbuf_append()
|
| /freebsd-12-stable/sys/netgraph/bluetooth/l2cap/ |
| D | ng_l2cap_llpi.c | 549 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/ |
| D | uipc_mbuf.c | 1484 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()
|
| D | uipc_sockbuf.c | 960 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/ |
| D | sctp_output.c | 4638 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 …]
|
| D | tcp_lro.c | 860 le->m_tail = m_last(m); in tcp_lro_rx2() 943 le->m_tail = m_last(m); in tcp_lro_rx2()
|
| D | sctputil.c | 3100 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()
|
| D | igmp.c | 2814 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/ |
| D | svc_vc.c | 636 m_last(cd->mreq)->m_next = m; in svc_vc_process_pending() 792 m_last(cd->mpending)->m_next = m; in svc_vc_recv()
|
| D | clnt_vc.c | 961 m_last(ct->ct_record)->m_next = m; in clnt_vc_soupcall()
|
| /freebsd-12-stable/sys/kgssapi/krb5/ |
| D | krb5_mech.c | 1744 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/ |
| D | mld6.c | 2522 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()
|
| D | frag6.c | 805 t = m_last(t); in frag6_input()
|
| /freebsd-12-stable/sys/sys/ |
| D | mbuf.h | 916 m_last(struct mbuf *m) in m_last() function
|
| /freebsd-12-stable/sys/dev/cxgbe/cxgbei/ |
| D | icl_cxgbei.c | 282 last = m_last(m); in finalize_pdu()
|