Home
last modified time | relevance | path

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

/linux-6.12.1/net/sctp/
Dstream_sched.c238 !q->asoc->peer.intl_capable) { in sctp_sched_dequeue_done()
Dstream_interleave.c1351 stream->si = asoc->peer.intl_capable ? &sctp_stream_interleave_1 in sctp_stream_interleave_init()
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()
Dsocket.c5209 mask = asoc->peer.intl_capable << 1; in sctp_get_sctp_info()
7719 params.assoc_value = asoc ? asoc->peer.intl_capable in sctp_getsockopt_interleaving_supported()
/linux-6.12.1/include/net/sctp/
Dstructs.h1712 intl_capable:1, /* Can peer do INTERLEAVE */ member