Home
last modified time | relevance | path

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

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