Home
last modified time | relevance | path

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

/linux/include/net/sctp/
H A Dsm.h384 if (ntohl(chunk->sctp_hdr->vtag) != asoc->c.my_vtag) in sctp_vtag_verify()
420 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.my_vtag)) || in sctp_vtag_verify_either()
H A Dstructs.h275 __u32 my_vtag; member
/linux/net/sctp/
H A Dsm_statefuns.c1436 new_asoc->c.my_vtag = asoc->c.my_vtag; in sctp_tietags_populate()
1437 new_asoc->c.my_ttag = asoc->c.my_vtag; in sctp_tietags_populate()
1442 new_asoc->c.my_vtag = asoc->c.my_vtag; in sctp_tietags_populate()
1443 new_asoc->c.my_ttag = asoc->c.my_vtag; in sctp_tietags_populate()
1451 new_asoc->c.my_ttag = asoc->c.my_vtag; in sctp_tietags_populate()
1479 if ((asoc->c.my_vtag != new_asoc->c.my_vtag) && in sctp_tietags_compare()
1481 (asoc->c.my_vtag == new_asoc->c.my_ttag) && in sctp_tietags_compare()
1486 if ((asoc->c.my_vtag == new_asoc->c.my_vtag) && in sctp_tietags_compare()
1493 if ((asoc->c.my_vtag == new_asoc->c.my_vtag) && in sctp_tietags_compare()
1498 if ((asoc->c.my_vtag != new_asoc->c.my_vtag) && in sctp_tietags_compare()
H A Dsm_make_chunk.c235 init.init_tag = htonl(asoc->c.my_vtag); in sctp_make_init()
402 initack.init_tag = htonl(asoc->c.my_vtag); in sctp_make_init_ack()
1812 if (ntohl(chunk->sctp_hdr->vtag) != bear_cookie->my_vtag) { in sctp_unpack_cookie()
H A Dinput.c516 ntohl(chunkhdr->init_hdr.init_tag) != asoc->c.my_vtag) in sctp_err_lookup()
H A Doutqueue.c925 ctx->packet->vtag = ctx->asoc->c.my_vtag; in sctp_outq_flush_ctrl()
H A Dassociola.c177 asoc->c.my_vtag = sctp_generate_tag(ep); in sctp_association_init()
H A Dsocket.c5187 info->sctpi_tag = asoc->c.my_vtag; in sctp_get_sctp_info()