Home
last modified time | relevance | path

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

/openbmc/linux/include/net/sctp/
H A Dsm.h232 struct sctp_chunk *sctp_make_pad(const struct sctp_association *asoc, int len);
/openbmc/linux/net/sctp/
H A Doutput.c229 pad = sctp_make_pad(t->asoc, t->pl.probe_size - overhead); in sctp_packet_bundle_pad()
H A Dsm_make_chunk.c1235 struct sctp_chunk *sctp_make_pad(const struct sctp_association *asoc, int len) in sctp_make_pad() function