Home
last modified time | relevance | path

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

/openbmc/linux/include/net/sctp/
H A Dcommand.h30 SCTP_CMD_NEW_ASOC, /* Register a new association. */ enumerator
/openbmc/linux/net/sctp/
H A Dsm_statefuns.c466 sctp_add_cmd_sf(commands, SCTP_CMD_NEW_ASOC, SCTP_ASOC(new_asoc)); in sctp_sf_do_5_1B_init()
858 sctp_add_cmd_sf(commands, SCTP_CMD_NEW_ASOC, SCTP_ASOC(new_asoc)); in sctp_sf_do_5_1D_ce()
1667 sctp_add_cmd_sf(commands, SCTP_CMD_NEW_ASOC, SCTP_ASOC(new_asoc)); in sctp_sf_do_unexpected_init()
5010 sctp_add_cmd_sf(commands, SCTP_CMD_NEW_ASOC, SCTP_ASOC(my_asoc)); in sctp_sf_do_prm_asoc()
H A Dsm_sideeffect.c1307 case SCTP_CMD_NEW_ASOC: in sctp_cmd_interpreter()