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

/freebsd-10-stable/sys/netinet/
H A Dsctp_indata.c4168 uint32_t *dupdata, dblock; local
4171 dupdata = (uint32_t *) sctp_m_getptr(m, offset_dup + i * sizeof(uint32_t),
4173 if (dupdata == NULL) {
4176 sctp_log_fr(*dupdata, 0, 0, SCTP_FR_DUPED);

Completed in 96 milliseconds