Searched refs:sinfo_timetolive (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/sctp/
H A Dchunk.c165 if (asoc->peer.prsctp_capable && sinfo->sinfo_timetolive &&
169 msecs_to_jiffies(sinfo->sinfo_timetolive);
328 chunk->sent_count > chunk->sinfo.sinfo_timetolive) {
H A Doutqueue.c353 chk->sinfo.sinfo_timetolive <= sinfo->sinfo_timetolive))
395 chk->sinfo.sinfo_timetolive <= sinfo->sinfo_timetolive))
H A Dsocket.c1623 srinfo->sinfo_timetolive = cmsgs->srinfo->sinfo_timetolive;
1635 srinfo->sinfo_timetolive = cmsgs->prinfo->pr_value;
1932 sinfo->sinfo_timetolive = asoc->default_timetolive;
2900 * sinfo_timetolive. The user must provide the sinfo_assoc_id field in
2927 asoc->default_timetolive = info->sinfo_timetolive;
2941 sp->default_timetolive = info->sinfo_timetolive;
2951 asoc->default_timetolive = info->sinfo_timetolive;
6420 * sinfo_timetolive. The user must provide the sinfo_assoc_id field in
6451 info.sinfo_timetolive
[all...]
H A Dulpevent.c1006 sinfo.sinfo_timetolive = 0;
/linux-master/include/uapi/linux/
H A Dsctp.h218 __u32 sinfo_timetolive; member in struct:sctp_sndrcvinfo

Completed in 146 milliseconds