Home
last modified time | relevance | path

Searched refs:sh_verf (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_init.c175 sctp->sctp_sctph->sh_verf = 0; in sctp_init_mp()
176 sctp->sctp_sctph6->sh_verf = 0; in sctp_init_mp()
H A Dsctp_error.c253 sh->sh_verf = vtag; in sctp_send_abort()
414 insctph->sh_verf = vtag; in sctp_ootb_send_abort()
625 sctp_send_abort(sctp, sctph->sh_verf, 0, NULL, 0, mp, 0, 0, in sctp_handle_error()
630 sctp_send_abort(sctp, sctph->sh_verf, 0, NULL, 0, mp, 0, 0, in sctp_handle_error()
H A Dsctp_cookie.c401 sctp->sctp_sctph->sh_verf = init->sic_inittag; in sctp_initialize_params()
402 sctp->sctp_sctph6->sh_verf = init->sic_inittag; in sctp_initialize_params()
697 iacksh->sh_verf = init->sic_inittag; in sctp_send_initack()
987 sctp->sctp_sctph->sh_verf = iack->sic_inittag; in sctp_send_cookie_echo()
988 sctp->sctp_sctph6->sh_verf = iack->sic_inittag; in sctp_send_cookie_echo()
1351 sctp->sctp_sctph->sh_verf = init->sic_inittag; in sctp_process_cookie()
1352 sctp->sctp_sctph6->sh_verf = init->sic_inittag; in sctp_process_cookie()
H A Dsctp_input.c3503 sctp_ootb_send_abort(sctph->sh_verf, 0, in sctp_ootb_input()
3717 if (sctph->sh_verf != 0) { in sctp_input_data()
3723 if (sctph->sh_verf == sctp->sctp_lvtag) in sctp_input_data()
3725 if (sctph->sh_verf == sctp->sctp_fvtag && in sctp_input_data()
3750 if (sctph->sh_verf != sctp->sctp_lvtag && in sctp_input_data()
3773 if (sctph->sh_verf != sctp->sctp_lvtag && in sctp_input_data()
3774 sctph->sh_verf != sctp->sctp_fvtag) { in sctp_input_data()
3840 sctp_send_abort(sctp, sctph->sh_verf, in sctp_input_data()
3975 if (iack->sic_inittag != sctph->sh_verf) in sctp_input_data()
3981 sctp_send_abort(sctp, sctph->sh_verf, in sctp_input_data()
[all …]
H A Dsctp_common.c966 sctph->sh_verf = sctp->sctp_fvtag; in sctp_build_hdrs()
1006 sctph->sh_verf = sctp->sctp_fvtag; in sctp_build_hdrs()
/illumos-gate/usr/src/uts/common/netinet/
H A Dsctp.h612 uint32_t sh_verf; member
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_sctp.c1139 "Verification tag = 0x%.8x", ntohl(sctp->sh_verf)); in interpret_sctp()
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1254 dport, dport, sctph->sh_verf, sctph->sh_chksum); in sctphdr_print()