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.h383 if (ntohl(chunk->sctp_hdr->vtag) != asoc->c.my_vtag) in sctp_vtag_verify()
419 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.my_vtag)) || in sctp_vtag_verify_either()
H A Dstructs.h268 __u32 my_vtag; member
/linux/net/sctp/
H A Dsm_statefuns.c1438 new_asoc->c.my_vtag = asoc->c.my_vtag; in sctp_tietags_populate()
1439 new_asoc->c.my_ttag = asoc->c.my_vtag; in sctp_tietags_populate()
1444 new_asoc->c.my_vtag = asoc->c.my_vtag; in sctp_tietags_populate()
1445 new_asoc->c.my_ttag = asoc->c.my_vtag; in sctp_tietags_populate()
1453 new_asoc->c.my_ttag = asoc->c.my_vtag; in sctp_tietags_populate()
1481 if ((asoc->c.my_vtag != new_asoc->c.my_vtag) && in sctp_tietags_compare()
1483 (asoc->c.my_vtag == new_asoc->c.my_ttag) && in sctp_tietags_compare()
1488 if ((asoc->c.my_vtag == new_asoc->c.my_vtag) && in sctp_tietags_compare()
1495 if ((asoc->c.my_vtag == new_asoc->c.my_vtag) && in sctp_tietags_compare()
1500 if ((asoc->c.my_vtag != new_asoc->c.my_vtag) && in sctp_tietags_compare()
H A Dsm_make_chunk.c227 init.init_tag = htonl(asoc->c.my_vtag); in sctp_make_init()
394 initack.init_tag = htonl(asoc->c.my_vtag); in sctp_make_init_ack()
1782 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 Dassociola.c178 asoc->c.my_vtag = sctp_generate_tag(ep); in sctp_association_init()
H A Doutqueue.c925 ctx->packet->vtag = ctx->asoc->c.my_vtag; in sctp_outq_flush_ctrl()
H A Dsocket.c5239 info->sctpi_tag = asoc->c.my_vtag; in sctp_get_sctp_info()