Home
last modified time | relevance | path

Searched refs:dtail (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_notify.c371 void *dtail = NULL; in sctp_error_event() local
405 dtail = errh + 1; in sctp_error_event()
420 if (dtail != NULL) { in sctp_error_event()
421 bcopy(dtail, sre + 1, dlen); in sctp_error_event()
H A Dsctp_common.c1668 void *dtail; in sctp_secure_restart_check() local
1671 dtail = kmem_alloc(PARM_ADDR6_LEN * nadded, KM_NOSLEEP); in sctp_secure_restart_check()
1672 if (dtail == NULL) { in sctp_secure_restart_check()
1676 ph = dtail; in sctp_secure_restart_check()
1706 SCTP_ERR_RESTART_NEW_ADDRS, dtail, dlen, pkt, 0, B_TRUE, in sctp_secure_restart_check()
1709 kmem_free(dtail, PARM_ADDR6_LEN * nadded); in sctp_secure_restart_check()