Searched refs:sctp_lvtag (Results 1 – 7 of 7) sorted by relevance
403 sctp->sctp_lvtag = iack->sic_inittag; in sctp_initialize_params()549 itag = sctp->sctp_lvtag; in sctp_send_initack()768 *ttag = sctp->sctp_lvtag; in sctp_send_initack()1299 iack->sic_inittag != sctp->sctp_lvtag)) { in sctp_process_cookie()1332 iack->sic_inittag == sctp->sctp_lvtag && in sctp_process_cookie()1342 iack->sic_inittag != sctp->sctp_lvtag && in sctp_process_cookie()1344 *lttag == sctp->sctp_lvtag) { in sctp_process_cookie()1349 sctp->sctp_lvtag = iack->sic_inittag; in sctp_process_cookie()1380 iack->sic_inittag == sctp->sctp_lvtag) { in sctp_process_cookie()1394 } else if (iack->sic_inittag != sctp->sctp_lvtag && in sctp_process_cookie()[all …]
953 if (verf == sctp->sctp_lvtag) { in sctp_icmp_verf()1468 (void) random_get_pseudo_bytes((uint8_t *)&sctp->sctp_lvtag, in sctp_create()1469 sizeof (sctp->sctp_lvtag)); in sctp_create()1470 if (sctp->sctp_lvtag == 0) in sctp_create()1471 sctp->sctp_lvtag = (uint32_t)gethrtime(); in sctp_create()1472 ASSERT(sctp->sctp_lvtag != 0); in sctp_create()1474 sctp->sctp_ltsn = sctp->sctp_lvtag + 1; in sctp_create()
200 icp->sic_inittag = sctp->sctp_lvtag; in sctp_init_mp()
672 sce.sctpAssocId = ntohl(sctp->sctp_lvtag); in sctp_snmp_get_mib2()718 scle.sctpAssocId = ntohl(sctp->sctp_lvtag); in sctp_snmp_get_mib2()741 scre.sctpAssocId = ntohl(sctp->sctp_lvtag); in sctp_snmp_get_mib2()
765 uint32_t sctp_lvtag; /* local SCTP instance verf tag */ member
3732 if (sctph->sh_verf == sctp->sctp_lvtag) in sctp_input_data()3759 if (sctph->sh_verf != sctp->sctp_lvtag && in sctp_input_data()3782 if (sctph->sh_verf != sctp->sctp_lvtag && in sctp_input_data()
855 sctp->sctp_sctph, sctp->sctp_sctph6, sctp->sctp_lvtag, in sctp()