Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/sctp/
Dsm.h401 if (ntohl(chunk->sctp_hdr->vtag) == asoc->c.my_vtag) in sctp_vtag_verify()
436 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.my_vtag)) || in sctp_vtag_verify_either()
Dstructs.h267 __u32 my_vtag; member
/linux-4.4.14/net/sctp/
Dsm_statefuns.c1312 new_asoc->c.my_vtag = asoc->c.my_vtag; in sctp_tietags_populate()
1313 new_asoc->c.my_ttag = asoc->c.my_vtag; in sctp_tietags_populate()
1318 new_asoc->c.my_vtag = asoc->c.my_vtag; in sctp_tietags_populate()
1319 new_asoc->c.my_ttag = asoc->c.my_vtag; in sctp_tietags_populate()
1327 new_asoc->c.my_ttag = asoc->c.my_vtag; in sctp_tietags_populate()
1355 if ((asoc->c.my_vtag != new_asoc->c.my_vtag) && in sctp_tietags_compare()
1357 (asoc->c.my_vtag == new_asoc->c.my_ttag) && in sctp_tietags_compare()
1362 if ((asoc->c.my_vtag == new_asoc->c.my_vtag) && in sctp_tietags_compare()
1369 if ((asoc->c.my_vtag == new_asoc->c.my_vtag) && in sctp_tietags_compare()
1374 if ((asoc->c.my_vtag != new_asoc->c.my_vtag) && in sctp_tietags_compare()
Dinput.c522 ntohl(chunkhdr->init_hdr.init_tag) != asoc->c.my_vtag) { in sctp_err_lookup()
Dsm_make_chunk.c248 init.init_tag = htonl(asoc->c.my_vtag); in sctp_make_init()
407 initack.init_tag = htonl(asoc->c.my_vtag); in sctp_make_init_ack()
1761 if (ntohl(chunk->sctp_hdr->vtag) != bear_cookie->my_vtag) { in sctp_unpack_cookie()
Doutqueue.c835 packet->vtag = asoc->c.my_vtag; in sctp_outq_flush()
Dassociola.c187 asoc->c.my_vtag = sctp_generate_tag(ep); in sctp_association_init()