Home
last modified time | relevance | path

Searched refs:prsctp_capable (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/net/sctp/
Dchunk.c184 if (asoc->peer.prsctp_capable && sinfo->sinfo_timetolive && in sctp_datamsg_from_user()
315 if (!chunk->asoc->peer.prsctp_capable) in sctp_chunk_abandoned()
Dsm_make_chunk.c439 if (asoc->peer.prsctp_capable) in sctp_make_init_ack()
512 if (asoc->peer.prsctp_capable) in sctp_make_init_ack()
1659 cookie->c.prsctp_capable = asoc->peer.prsctp_capable; in sctp_pack_cookie()
1859 retval->peer.prsctp_capable = retval->c.prsctp_capable; in sctp_unpack_cookie()
2027 if (asoc->prsctp_enable && !asoc->peer.prsctp_capable) in sctp_process_ext_param()
2028 asoc->peer.prsctp_capable = 1; in sctp_process_ext_param()
2655 asoc->peer.prsctp_capable = 1; in sctp_process_param()
Doutqueue.c314 if (chunk->asoc->peer.prsctp_capable && in sctp_outq_tail()
443 if (!asoc->peer.prsctp_capable || !asoc->sent_cnt_removable) in sctp_prsctp_prune()
1361 if (asoc->peer.prsctp_capable && in sctp_outq_sack()
1816 if (!asoc->peer.prsctp_capable) in sctp_generate_fwdtsn()
Dstream.c115 if (asoc->peer.prsctp_capable && in sctp_stream_outq_migrate()
Dstream_interleave.c1105 if (!asoc->peer.prsctp_capable) in sctp_generate_iftsn()
Dsm_statefuns.c4046 if (!asoc->peer.prsctp_capable) in sctp_sf_eat_fwd_tsn()
4113 if (!asoc->peer.prsctp_capable) in sctp_sf_eat_fwd_tsn_fast()
Dsocket.c4945 mask = (mask | asoc->peer.prsctp_capable) << 1; in sctp_get_sctp_info()
/Linux-v4.19/include/net/sctp/
Dstructs.h318 __u8 prsctp_capable; member
1693 prsctp_capable:1, /* Can peer do PR-SCTP? */ member