Home
last modified time | relevance | path

Searched refs:pathmax (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c999 int32_t pathmax; in sctp_output() local
1095 pathmax = lfp->sf_cwnd - lfp->sf_suna; in sctp_output()
1140 pathmax = fp->sf_cwnd - fp->sf_suna; in sctp_output()
1141 if (seglen + extra > pathmax) { in sctp_output()
1172 if (pathmax > fp->sf_pmss) in sctp_output()
1173 pathmax = fp->sf_pmss; in sctp_output()
1204 while (seglen < pathmax) { in sctp_output()
1240 new_len + extra > pathmax) { in sctp_output()
/titanic_41/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c4056 long pathmax; in zsd_open() local
4159 pathmax = pathconf("/proc", _PC_NAME_MAX); in zsd_open()
4160 if (pathmax < 0) { in zsd_open()
4165 size = sizeof (struct dirent) + pathmax + 1; in zsd_open()