Searched refs:SCTP_BUF_NEXT (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctputil.c2445 at = SCTP_BUF_NEXT(at);
2621 m = SCTP_BUF_NEXT(m);
2637 m = SCTP_BUF_NEXT(m);
2682 SCTP_BUF_NEXT(m_last) = NULL;
2683 SCTP_BUF_NEXT(m) = m_last;
2700 for (m_at = m; m_at; m_at = SCTP_BUF_NEXT(m_at)) {
2701 if (SCTP_BUF_NEXT(m_at) == NULL) {
2747 SCTP_BUF_NEXT(m_notify) = NULL;
2929 SCTP_BUF_NEXT(m_notify) = NULL;
3039 SCTP_BUF_NEXT(m_notif
[all...]
H A Dsctp_bsd_addr.c845 SCTP_BUF_NEXT(m) = SCTP_BUF_NEXT_PKT(m) = NULL;
880 if (SCTP_BUF_NEXT(m)) {
881 sctp_m_freem( SCTP_BUF_NEXT(m));
882 SCTP_BUF_NEXT(m) = NULL;
946 SCTP_BUF_NEXT(m) = SCTP_BUF_NEXT_PKT(m) = NULL;
H A Dsctp_output.c2005 while (SCTP_BUF_NEXT(mret) != NULL) {
2006 mret = SCTP_BUF_NEXT(mret);
2008 SCTP_BUF_NEXT(mret) = sctp_get_mbuf_for_msg(plen, 0, M_NOWAIT, 1, MT_DATA);
2009 if (SCTP_BUF_NEXT(mret) == NULL) {
2013 mret = SCTP_BUF_NEXT(mret);
3948 for (mat = copy_init; mat; mat = SCTP_BUF_NEXT(mat)) {
3966 for (mat = copy_initack; mat; mat = SCTP_BUF_NEXT(mat)) {
3986 for (m_at = mret; m_at; m_at = SCTP_BUF_NEXT(m_at)) {
3988 if (SCTP_BUF_NEXT(m_at) == NULL) {
3989 SCTP_BUF_NEXT(m_a
[all...]
H A Dsctp_auth.c1055 m_tmp = SCTP_BUF_NEXT(m_tmp);
1059 if ((SCTP_BUF_NEXT(m_tmp) == NULL) && trailer) {
1069 m_tmp = SCTP_BUF_NEXT(m_tmp);
1628 m_tmp = SCTP_BUF_NEXT(m_tmp);
1642 m_tmp = SCTP_BUF_NEXT(m_tmp);
1816 SCTP_BUF_NEXT(m_notify) = NULL;
H A Dsctp_var.h311 (data) = SCTP_BUF_NEXT(_m); \
312 SCTP_BUF_NEXT(_m) = NULL; \
H A Dsctp_input.c2530 for (mat = m_sig; mat; mat = SCTP_BUF_NEXT(mat)) {
2596 while (SCTP_BUF_NEXT(m_at) != NULL) {
2597 m_at = SCTP_BUF_NEXT(m_at);
2599 SCTP_BUF_NEXT(m_at) = m_sig;
5636 SCTP_BUF_NEXT(mm) = SCTP_M_COPYM(m, *offset, chk_length, M_NOWAIT);
5637 if (SCTP_BUF_NEXT(mm)) {
5638 if (sctp_pad_lastmbuf(SCTP_BUF_NEXT(mm), SCTP_SIZE32(chk_length) - chk_length, NULL) == NULL) {
5645 for (mat = SCTP_BUF_NEXT(mm); mat; mat = SCTP_BUF_NEXT(mat)) {
6155 for (; m; m = SCTP_BUF_NEXT(
[all...]
H A Dsctp_crc32.c752 * of SCTP_BUF_NEXT()'s and calculate the SCTP checksum. This also
765 at = SCTP_BUF_NEXT(at);
780 at = SCTP_BUF_NEXT(at);
H A Dsctp_indata.c1514 for (mat = dmbuf; mat; mat = SCTP_BUF_NEXT(mat)) {
1527 if (SCTP_BUF_NEXT(dmbuf) == NULL) {
1536 for (lat = dmbuf; lat; lat = SCTP_BUF_NEXT(lat)) {
2354 if (SCTP_BUF_LEN(m) < (long)MLEN && SCTP_BUF_NEXT(m) == NULL) {
2528 SCTP_BUF_NEXT(merr) = SCTP_M_COPYM(m, *offset, chk_length, M_NOWAIT);
2529 if (SCTP_BUF_NEXT(merr)) {
2530 if (sctp_pad_lastmbuf(SCTP_BUF_NEXT(merr), SCTP_SIZE32(chk_length) - chk_length, NULL) == NULL) {
H A Dsctp_asconf.c777 SCTP_BUF_NEXT(m_tail) = m_result;
815 for (n = m_ack; n != NULL; n = SCTP_BUF_NEXT(n)) {
2769 SCTP_BUF_NEXT(m_asconf_chk) = m_asconf;
H A Dsctp_os_userspace.h822 #define SCTP_BUF_NEXT(m) (m->m_next) macro
H A Dsctp_usrreq.c1121 SCTP_BUF_NEXT(inp->pkt_last) = m;
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
H A Dsctp6_usrreq.c168 for (mat = m; mat; mat = SCTP_BUF_NEXT(mat)) {
1120 SCTP_BUF_NEXT(inp->pkt_last) = m;

Completed in 160 milliseconds