Searched refs:m_at (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/netinet/
H A Dsctp_output.h48 struct mbuf *m_at,
H A Dsctp_output.c2029 struct mbuf *m_at, int cnt_inits_to,
2041 return (m_at);
2130 memset(mtod(m_at, caddr_t)+*chunk_len, 0, *padding_len);
2131 SCTP_BUF_LEN(m_at) += *padding_len;
2135 m_at = sctp_add_addr_to_mbuf(m_at, sctp_ifap, chunk_len);
2203 memset(mtod(m_at, caddr_t)+*chunk_len, 0, *padding_len);
2204 SCTP_BUF_LEN(m_at) += *padding_len;
2208 m_at = sctp_add_addr_to_mbuf(m_at, ladd
2027 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
3813 struct mbuf *copy_init, *copy_initack, *m_at, *sig, *mret; local
4957 struct mbuf *m_at, *mp_last; local
5494 struct mbuf *m, *m_at, *m_tmp, *m_cookie, *op_err, *mp_last; local
10988 struct mbuf *m_at, *m_last = NULL; local
[all...]
H A Dsctp_input.c2518 struct mbuf *m_at; local
2520 m_at = m;
2521 while (SCTP_BUF_NEXT(m_at) != NULL) {
2522 m_at = SCTP_BUF_NEXT(m_at);
2524 SCTP_BUF_NEXT(m_at) = m_sig;
H A Dsctputil.c2568 struct mbuf *m_at; local
2573 for (m_at = m; m_at; m_at = SCTP_BUF_NEXT(m_at)) {
2574 if (SCTP_BUF_NEXT(m_at) == NULL) {
2575 return (sctp_add_pad_tombuf(m_at, padval));

Completed in 123 milliseconds