• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/netinet/

Lines Matching defs:it

16  * http://www.opensource.apple.com/apsl/ and read it before using this file.
246 * allocator. Doing it this way allows us to protect both structures
249 * we avoid changing most of the rest of the code (although it needs
379 * tcp_template used to store this data in mbufs, but we now recopy it out
464 * and discard the mbuf containing it and any other attached mbufs.
673 * empty reassembly queue and hooking it to the argument
681 struct inp_tp *it;
689 it = (struct inp_tp *)inp;
690 tp = &it->tcb;
799 * the TF_SENDINPROG flag), defer the cleanup until after it returns
805 * that is should call us again once it returns from ip; at that
879 * update the pipelimit (ssthresh) if it has been updated
889 * way to calculate the pipesize, it will have to do.
1001 if (!lck_rw_try_lock_exclusive(tcbinfo.mtx)) /* do it next time if the lock is in use */
1171 * while we were processing this request, and it
1354 /* if the parameter is from icmp6, decode it. */
1416 * Time is based off the system timer, and is corrected so that it
1497 * to one segment. We will gradually open it again as we proceed.
1623 * is found and it cannot be allocated then return NULL. This routine
1672 * Update MTU discovery determination. Don't do it if:
1673 * 1) it is disabled via the sysctl
1675 * 3) the MTU is locked (if it is, then discovery has been
1732 * 2) the MTU is not locked (if it is, then discovery has been
1740 * Update MTU discovery determination. Don't do it if:
1741 * 1) it is disabled via the sysctl
1743 * 3) the MTU is locked (if it is, then discovery has been