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

/freebsd-10-stable/sys/netinet/
H A Dsctp_output.h48 struct mbuf *m_at,
H A Dsctp_output.c2031 struct mbuf *m_at, int cnt_inits_to,
2043 return (m_at);
2132 memset(mtod(m_at, caddr_t)+*chunk_len, 0, *padding_len);
2133 SCTP_BUF_LEN(m_at) += *padding_len;
2137 m_at = sctp_add_addr_to_mbuf(m_at, sctp_ifap, chunk_len);
2205 memset(mtod(m_at, caddr_t)+*chunk_len, 0, *padding_len);
2206 SCTP_BUF_LEN(m_at) += *padding_len;
2210 m_at = sctp_add_addr_to_mbuf(m_at, ladd
2029 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
3830 struct mbuf *copy_init, *copy_initack, *m_at, *sig, *mret; local
10981 struct mbuf *m_at, *m_last = NULL; local
[all...]
H A Dsctp_input.c2536 struct mbuf *m_at; local
2538 m_at = m;
2539 while (SCTP_BUF_NEXT(m_at) != NULL) {
2540 m_at = SCTP_BUF_NEXT(m_at);
2542 SCTP_BUF_NEXT(m_at) = m_sig;
H A Dsctputil.c2657 struct mbuf *m_at; local
2662 for (m_at = m; m_at; m_at = SCTP_BUF_NEXT(m_at)) {
2663 if (SCTP_BUF_NEXT(m_at) == NULL) {
2664 return (sctp_add_pad_tombuf(m_at, padval));

Completed in 110 milliseconds