Home
last modified time | relevance | path

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

/openbmc/linux/net/sctp/
H A Dstream_sched.c238 !q->asoc->peer.intl_capable) { in sctp_sched_dequeue_done()
H A Dstream_interleave.c1351 stream->si = asoc->peer.intl_capable ? &sctp_stream_interleave_1 in sctp_stream_interleave_init()
H A Dsm_make_chunk.c443 if (asoc->peer.intl_capable) { in sctp_make_init_ack()
2076 asoc->peer.intl_capable = 1; in sctp_process_ext_param()
H A Dsocket.c5203 mask = asoc->peer.intl_capable << 1; in sctp_get_sctp_info()
7713 params.assoc_value = asoc ? asoc->peer.intl_capable in sctp_getsockopt_interleaving_supported()
/openbmc/linux/include/net/sctp/
H A Dstructs.h1715 intl_capable:1, /* Can peer do INTERLEAVE */ member