Searched refs:sctp_make_shutdown_ack (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | sm.h | 198 struct sctp_chunk *sctp_make_shutdown_ack(const struct sctp_association *asoc,
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | sm.h | 196 struct sctp_chunk *sctp_make_shutdown_ack(const struct sctp_association *asoc,
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | sm_statefuns.c | 2939 reply = sctp_make_shutdown_ack(asoc, chunk); in __sctp_sf_do_9_2_reshutack() 5609 reply = sctp_make_shutdown_ack(asoc, chunk); in sctp_sf_do_9_2_shutdown_ack() 5946 reply = sctp_make_shutdown_ack(asoc, NULL); in sctp_sf_t2_timer_expire()
|
H A D | sm_make_chunk.c | 882 struct sctp_chunk *sctp_make_shutdown_ack(const struct sctp_association *asoc, in sctp_make_shutdown_ack() function
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | sm_statefuns.c | 3003 reply = sctp_make_shutdown_ack(asoc, chunk); in __sctp_sf_do_9_2_reshutack() 5709 reply = sctp_make_shutdown_ack(asoc, chunk); in sctp_sf_do_9_2_shutdown_ack() 6046 reply = sctp_make_shutdown_ack(asoc, NULL); in sctp_sf_t2_timer_expire()
|
H A D | sm_make_chunk.c | 878 struct sctp_chunk *sctp_make_shutdown_ack(const struct sctp_association *asoc, in sctp_make_shutdown_ack() function
|
Completed in 25 milliseconds