Home
last modified time | relevance | path

Searched refs:sctp_make_cookie_ack (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dsm.h180 struct sctp_chunk *sctp_make_cookie_ack(const struct sctp_association *asoc,
/OK3568_Linux_fs/kernel/net/sctp/
H A Dsm_statefuns.c805 repl = sctp_make_cookie_ack(new_asoc, chunk); in sctp_sf_do_5_1D_ce()
1868 repl = sctp_make_cookie_ack(asoc, chunk); in sctp_sf_do_dupcook_a()
1947 repl = sctp_make_cookie_ack(new_asoc, chunk); in sctp_sf_do_dupcook_b()
2087 repl = sctp_make_cookie_ack(asoc, chunk); in sctp_sf_do_dupcook_d()
H A Dsm_make_chunk.c619 struct sctp_chunk *sctp_make_cookie_ack(const struct sctp_association *asoc, in sctp_make_cookie_ack() function