Home
last modified time | relevance | path

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

/openbmc/linux/net/sctp/
H A Dchunk.c165 if (asoc->peer.prsctp_capable && sinfo->sinfo_timetolive && in sctp_datamsg_from_user()
302 if (!chunk->asoc->peer.prsctp_capable) in sctp_chunk_abandoned()
H A Doutqueue.c300 if (chunk->asoc->peer.prsctp_capable && in sctp_outq_tail()
428 if (!asoc->peer.prsctp_capable || !asoc->sent_cnt_removable) in sctp_prsctp_prune()
1378 if (asoc->peer.prsctp_capable && in sctp_outq_sack()
1833 if (!asoc->peer.prsctp_capable) in sctp_generate_fwdtsn()
H A Dsm_make_chunk.c426 if (asoc->peer.prsctp_capable) in sctp_make_init_ack()
502 if (asoc->peer.prsctp_capable) in sctp_make_init_ack()
1700 cookie->c.prsctp_capable = asoc->peer.prsctp_capable; in sctp_pack_cookie()
1891 retval->peer.prsctp_capable = retval->c.prsctp_capable; in sctp_unpack_cookie()
2060 asoc->peer.prsctp_capable = 1; in sctp_process_ext_param()
2689 asoc->peer.prsctp_capable = 1; in sctp_process_param()
H A Dstream.c47 if (asoc->peer.prsctp_capable && in sctp_stream_shrink_out()
H A Dstream_interleave.c1108 if (!asoc->peer.prsctp_capable) in sctp_generate_iftsn()
H A Dsm_statefuns.c4220 if (!asoc->peer.prsctp_capable) in sctp_sf_eat_fwd_tsn()
4287 if (!asoc->peer.prsctp_capable) in sctp_sf_eat_fwd_tsn_fast()
H A Dsocket.c5209 mask = (mask | asoc->peer.prsctp_capable) << 1; in sctp_get_sctp_info()
7346 params.assoc_value = asoc ? asoc->peer.prsctp_capable in sctp_getsockopt_pr_supported()
/openbmc/linux/include/net/sctp/
H A Dstructs.h316 __u8 prsctp_capable; member
1713 prsctp_capable:1, /* Can peer do PR-SCTP? */ member