summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_pcb.h
Commit message (Expand)AuthorAgeFilesLines
...
* add inpcb accessor functions for fields needed by TOE deviceskmacy2008-07-211-0/+8
* Merge last of a series of rwlock conversion changes to UDP, whichrwatson2008-07-151-0/+4
* Pass the ucred along into in{,6}_pcblookup_local for upcomingbz2008-07-101-1/+1
* For consistency take lport as u_short in in{,6}_pcblookup_local.bz2008-07-101-1/+1
* Provide some initial chicken-scratching annotations of locking forrwatson2008-07-081-27/+59
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-1/+1
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-171-17/+27
* change inp_wlock_assert to inp_lock_assertkmacy2008-03-241-4/+8
* Label inp as unused in the non-INVARIANTS casekmacy2008-03-241-2/+2
* Insulate inpcb consumers outside the stack from the lock type and offset with...kmacy2008-03-231-0/+25
* Add padding for anticipated functionalitykmacy2007-12-071-8/+17
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-061-15/+4
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-1/+1
* Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddrrwatson2007-05-111-2/+2
* Remove unused pcbinfo arguments to in_setsockaddr() andrwatson2007-05-011-2/+2
* Rename some fields of struct inpcbinfo to have the ipi_ prefix,rwatson2007-04-301-31/+61
* Add INP_INFO_UNLOCK_ASSERT() and use it in tcp_input(). Also add someandre2007-04-041-0/+3
* Some local and style(9) cleanups.andre2007-04-041-5/+5
* Remove stale comment about not enabling inpcb and inpcbinfo lock assertionsrwatson2007-03-281-5/+0
* Add "show inpcb", "show tcpcb" DDB commands, which should come in handyrwatson2007-02-171-0/+6
* Remove unused inp6_ifindex field from inpcb, as well as unused macrorwatson2007-02-161-2/+0
* Remove unused in6p_ip6_hlim macro shortcut for non-presentrwatson2007-02-161-1/+0
* Fix race conditions on enumerating pcb lists by moving the initializationups2006-07-181-1/+2
* Abstract inpcb drop logic, previously just setting of INP_DROPPED in TCP,rwatson2006-04-251-0/+1
* Change inp_ppcb from caddr_t to void *, fix/remove associated relatedrwatson2006-04-031-1/+1
* Break out in_pcbdetach() into two functions:rwatson2006-04-011-0/+1
* Define two new inpcb flags in the inp_vflag field, which for whateverrwatson2006-03-261-0/+2
* Minor style tweak: tab after #define, not space.rwatson2006-03-261-4/+4
* Make net.inet.ip.portrange.reservedhigh anddwmalone2006-03-191-0/+2
* Implement IP_DONTFRAG IP socket option enabling the Don't Fragmentandre2005-09-261-0/+1
* Add socketoption IP_MINTTL. May be used to set the minimum acceptableandre2005-08-221-0/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Port randomization leads to extremely fast port reuse at highsilby2005-01-021-0/+2
* Define INP_UNLOCK_ASSERT() to assert that an inpcb is unlocked.rwatson2004-12-051-0/+1
* Add a macro for the destruction of INP_INFO_LOCK's used by loadable modules.andre2004-10-191-0/+1
* White space cleanup for netinet before branch:rwatson2004-08-161-1/+1
* Now that IPv6 performs basic in6pcb and inpcb locking, enable inpcbrwatson2004-08-041-15/+0
* Remove erroneous semicolons.stefanf2004-07-131-1/+1
* When asserting non-Giant locks in the network stack, also assertrwatson2004-06-241-6/+21
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Reduce 'td' argument to 'cred' (struct ucred) argument in those functions:pjd2004-03-271-4/+4
* Remove unused argument.pjd2004-03-271-2/+1
* Remove unused function.pjd2004-03-251-1/+0
* Split the "inp" mutex class into separate classes for each of divert,sam2003-11-261-3/+4
* Introduce tcp_hostcache and remove the tcp specific metrics fromandre2003-11-201-16/+3
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-181-0/+3
* add locking assertions that turn into noops if INET6 is configured;sam2003-11-081-0/+17
* correct tab and order.ume2003-10-241-4/+4
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542ume2003-10-241-4/+6
* Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be sent onbms2003-08-201-0/+1
OpenPOWER on IntegriCloud