Searched refs:m_at (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/sys/netinet/
H A Dsctp_output.c2030 struct mbuf *m_at, int cnt_inits_to,
2042 return (m_at);
2131 memset(mtod(m_at, caddr_t)+*chunk_len, 0, *padding_len);
2132 SCTP_BUF_LEN(m_at) += *padding_len;
2136 m_at = sctp_add_addr_to_mbuf(m_at, sctp_ifap, chunk_len);
2204 memset(mtod(m_at, caddr_t)+*chunk_len, 0, *padding_len);
2205 SCTP_BUF_LEN(m_at) += *padding_len;
2209 m_at = sctp_add_addr_to_mbuf(m_at, ladd
2028 sctp_add_addresses_to_i_ia(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_scoping *scope, struct mbuf *m_at, int cnt_inits_to, uint16_t *padding_len, uint16_t *chunk_len) argument
3827 struct mbuf *copy_init, *copy_initack, *m_at, *sig, *mret; local
11112 struct mbuf *m_at, *m_last = NULL; local
[all...]
H A Dsctputil.c2740 struct mbuf *m_at; local
2745 for (m_at = m; m_at; m_at = SCTP_BUF_NEXT(m_at)) {
2746 if (SCTP_BUF_NEXT(m_at) == NULL) {
2747 return (sctp_add_pad_tombuf(m_at, padval));
H A Dsctp_input.c2587 struct mbuf *m_at; local
2589 m_at = m;
2590 while (SCTP_BUF_NEXT(m_at) != NULL) {
2591 m_at = SCTP_BUF_NEXT(m_at);
2593 SCTP_BUF_NEXT(m_at) = m_sig;
H A Dsctp_output.h48 struct mbuf *m_at,

Completed in 116 milliseconds