sctp: make heartbeat information in sctp_make_heartbeat()
Make heartbeat information in sctp_make_heartbeat() instead of make it in sctp_sf_heartbeat() directly for common using. Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com> Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
de6becdc08
commit
92c73af58e
@ -232,9 +232,7 @@ struct sctp_chunk *sctp_make_violation_paramlen(const struct sctp_association *,
|
||||
const struct sctp_chunk *,
|
||||
struct sctp_paramhdr *);
|
||||
struct sctp_chunk *sctp_make_heartbeat(const struct sctp_association *,
|
||||
const struct sctp_transport *,
|
||||
const void *payload,
|
||||
const size_t paylen);
|
||||
const struct sctp_transport *);
|
||||
struct sctp_chunk *sctp_make_heartbeat_ack(const struct sctp_association *,
|
||||
const struct sctp_chunk *,
|
||||
const void *payload,
|
||||
|
Reference in New Issue
Block a user