Searched refs:dtail (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/inet/sctp/ |
H A D | sctp_notify.c | 371 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 D | sctp_common.c | 1666 void *dtail; in sctp_secure_restart_check() local 1669 dtail = kmem_alloc(PARM_ADDR6_LEN * nadded, KM_NOSLEEP); in sctp_secure_restart_check() 1670 if (dtail == NULL) { in sctp_secure_restart_check() 1674 ph = dtail; in sctp_secure_restart_check() 1704 SCTP_ERR_RESTART_NEW_ADDRS, dtail, dlen, pkt, 0, B_TRUE, in sctp_secure_restart_check() 1707 kmem_free(dtail, PARM_ADDR6_LEN * nadded); in sctp_secure_restart_check()
|