Searched refs:SCTP_CMD_NEW_ASOC (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | command.h | 30 SCTP_CMD_NEW_ASOC, /* Register a new association. */ enumerator
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | command.h | 30 SCTP_CMD_NEW_ASOC, /* Register a new association. */ enumerator
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | sm_statefuns.c | 458 sctp_add_cmd_sf(commands, SCTP_CMD_NEW_ASOC, SCTP_ASOC(new_asoc)); in sctp_sf_do_5_1B_init() 847 sctp_add_cmd_sf(commands, SCTP_CMD_NEW_ASOC, SCTP_ASOC(new_asoc)); in sctp_sf_do_5_1D_ce() 1614 sctp_add_cmd_sf(commands, SCTP_CMD_NEW_ASOC, SCTP_ASOC(new_asoc)); in sctp_sf_do_unexpected_init() 4900 sctp_add_cmd_sf(commands, SCTP_CMD_NEW_ASOC, SCTP_ASOC(my_asoc)); in sctp_sf_do_prm_asoc()
|
H A D | sm_sideeffect.c | 1298 case SCTP_CMD_NEW_ASOC: in sctp_cmd_interpreter()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | sm_statefuns.c | 466 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() 5000 sctp_add_cmd_sf(commands, SCTP_CMD_NEW_ASOC, SCTP_ASOC(my_asoc)); in sctp_sf_do_prm_asoc()
|
H A D | sm_sideeffect.c | 1307 case SCTP_CMD_NEW_ASOC: in sctp_cmd_interpreter()
|
Completed in 20 milliseconds