Home
last modified time | relevance | path

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

/openbmc/linux/include/net/sctp/
H A Dsm.h170 struct sctp_chunk *sctp_make_init(const struct sctp_association *asoc,
/openbmc/linux/net/sctp/
H A Dsm_statefuns.c2564 reply = sctp_make_init(asoc, bp, GFP_ATOMIC, sizeof(bht)); in sctp_sf_do_5_2_6_stale()
4988 repl = sctp_make_init(asoc, &asoc->base.bind_addr, GFP_ATOMIC, 0); in sctp_sf_do_prm_asoc()
5915 repl = sctp_make_init(asoc, bp, GFP_ATOMIC, 0); in sctp_sf_t1_init_timer_expire()
H A Dsm_make_chunk.c206 struct sctp_chunk *sctp_make_init(const struct sctp_association *asoc, in sctp_make_init() function