Home
last modified time | relevance | path

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

/openbmc/linux/net/sctp/
H A Dsm_statefuns.c289 sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL()); in sctp_sf_do_4_C()
476 sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL()); in sctp_sf_do_5_1B_init()
2113 SCTP_NULL()); in sctp_sf_do_dupcook_d()
3203 SCTP_NULL()); in sctp_sf_eat_data_6_2()
3323 SCTP_NULL()); in sctp_sf_eat_data_fast_4_4()
3884 SCTP_NULL()); in sctp_sf_do_asconf()
4026 SCTP_NULL()); in sctp_sf_do_asconf_ack()
4139 SCTP_NULL()); in sctp_sf_do_reconf()
4216 SCTP_NULL()); in sctp_sf_eat_fwd_tsn()
4283 SCTP_NULL()); in sctp_sf_eat_fwd_tsn_fast()
[all …]
H A Dsm_sideeffect.c644 sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL()); in sctp_cmd_init_failed()
685 sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL()); in sctp_cmd_assoc_failed()
1434 SCTP_NULL()); in sctp_cmd_interpreter()
/openbmc/linux/include/net/sctp/
H A Dcommand.h177 static inline union sctp_arg SCTP_NULL(void) in SCTP_NULL() function