Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/sctp/
Dcommand.h48 SCTP_CMD_NEW_ASOC, /* Register a new association. */ enumerator
/linux-2.4.37.9/net/sctp/
Dsm_statefuns.c336 sctp_add_cmd_sf(commands, SCTP_CMD_NEW_ASOC, SCTP_ASOC(new_asoc)); in sctp_sf_do_5_1B_init()
658 sctp_add_cmd_sf(commands, SCTP_CMD_NEW_ASOC, SCTP_ASOC(new_asoc)); in sctp_sf_do_5_1D_ce()
1400 sctp_add_cmd_sf(commands, SCTP_CMD_NEW_ASOC, SCTP_ASOC(new_asoc)); in sctp_sf_do_unexpected_init()
1911 sctp_add_cmd_sf(commands, SCTP_CMD_NEW_ASOC, SCTP_ASOC(new_asoc)); in sctp_sf_do_5_2_4_dupcook()
3816 sctp_add_cmd_sf(commands, SCTP_CMD_NEW_ASOC, in sctp_sf_do_prm_asoc()
Dsm_sideeffect.c1004 case SCTP_CMD_NEW_ASOC: in sctp_cmd_interpreter()