Home
last modified time | relevance | path

Searched refs:sctp_make_sack (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/net/sctp/
H A Dsm.h193 struct sctp_chunk *sctp_make_sack(struct sctp_association *asoc);
/openbmc/linux/net/sctp/
H A Doutput.c304 sack = sctp_make_sack(asoc); in sctp_packet_bundle_sack()
H A Dsm_sideeffect.c206 sack = sctp_make_sack(asoc); in sctp_gen_sack()
H A Dassociola.c1513 sack = sctp_make_sack(asoc); in sctp_assoc_rwnd_increase()
H A Dsm_make_chunk.c754 struct sctp_chunk *sctp_make_sack(struct sctp_association *asoc) in sctp_make_sack() function