Searched refs:njcl (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/network_cmds-433/netstat.tproj/
H A Dmbuf.c104 unsigned int njcl, njclbytes; variable
109 #define KERN_IPC_NJCL "kern.ipc.njcl"
163 } else if (njcl > 0 && cp->mbcl_size == njclbytes) {
170 } else if (njcl > 0 && cp->mbcl_size == (m_msize + njclbytes)) {
192 if (njcl == 0 &&
210 if (njcl == 0 &&
256 if (njcl > 0) {
455 len = sizeof (njcl);
456 (void) sysctlbyname(KERN_IPC_NJCL, &njcl, &len, 0, 0);
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Duipc_mbuf.c476 int njcl; /* # of clusters for jumbo sizes */ variable
1179 njcl = nmbclusters / 3;
1187 nclusters = P2ROUNDDOWN(nmbclusters - njcl, NCLPBG);
1188 if (njcl > 0) {
1192 * njcl is in 2KB unit, hence treated as such.
1194 njcl = P2ROUNDDOWN(nmbclusters - nclusters, 8);
1196 /* Update nclusters with rounded down value of njcl */
1197 nclusters = P2ROUNDDOWN(nmbclusters - njcl, NCLPBG);
1201 * njcl is valid only on platforms with 16KB jumbo clusters, where
1209 * | c | b | s | njcl |
[all...]
H A Dkpi_mbuf.c139 if (*size > MBIGCLBYTES && njcl == 0)
170 else if (njcl > 0)
200 if (njcl > 0) {
H A Duipc_socket2.c2671 SYSCTL_INT(_kern_ipc, OID_AUTO, njcl,
2672 CTLFLAG_RD | CTLFLAG_LOCKED, &njcl, 0, "");
H A Duipc_syscalls.c2552 jumbocl = sosendjcl && njcl > 0 &&
H A Duipc_socket.c1796 jumbocl = sosendjcl && njcl > 0 &&
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dmbuf.h786 m->m_len > ((njcl > 0) ? njclbytes : MBIGCLBYTES) || \
1219 extern int njcl; /* # of jumbo clusters */
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_usrreq.c1154 if (njcl > 0 && len > MBIGCLBYTES)

Completed in 269 milliseconds