summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_pcb.h
Commit message (Expand)AuthorAgeFilesLines
* Add padding to struct inpcb, missed during our padding sweep earlier inrwatson2009-08-021-1/+2
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-13/+13
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-15/+29
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-231-2/+0
* - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistentpjd2009-06-011-2/+1
* Staticize two functions not used outside of in_pcb.c: in_pcbremlists() andrwatson2009-05-141-7/+0
* Permit buiding kernels with options VIMAGE, restricted to only a singlezec2009-04-301-2/+8
* s/void/void */kmacy2009-04-161-1/+1
* restore spare pointers for MFCingkmacy2009-04-161-2/+3
* - convert pspare pointers in inpcb to an llentry and rtentry cachekmacy2009-04-151-1/+4
* - add second flags field to to inpcbkmacy2009-04-151-4/+7
* provide additional convenience macros for inpcb locking (upgrade, downgrade, ...kmacy2009-04-151-1/+4
* Import "flowid" support for serializing flows across transmit queueskmacy2009-04-101-1/+3
* Correct a number of evolved problems with inp_vflag and inp_flags:rwatson2009-03-151-29/+27
* Add INP_INHASHLIST flag for inpcb->inp_flags to indicate whetherrwatson2009-03-111-0/+1
* Remove unused v6 macro aliases for inpcb fields:rwatson2009-03-101-20/+0
* Remove now-unused INP_UNMAPPABLEOPTS.rwatson2009-03-101-2/+0
* Implement a new IP option (not compiled/enabled by default) to allowadrian2009-01-091-0/+2
* Another step assimilating IPv[46] PCB code:bz2008-12-171-1/+1
* Use inc_flags instead of the inc_isipv6 alias which so farbz2008-12-171-0/+6
* Put a global variables, which were virtualized but formerlybz2008-12-111-0/+2
* Update comment on INP_TIMEWAIT to say what it's about, as we cautionrwatson2008-12-091-1/+1
* Move macros defining flags and shortcus to nested structure fields inrwatson2008-12-091-26/+34
* Add a reference count to struct inpcb, which may be explicitlyrwatson2008-12-081-0/+3
* Change the initialization methodology for global variables scheduledzec2008-11-191-0/+2
* Bring over the change switching from using sequential to randombz2008-10-201-0/+3
* Cache so_cred as inp_cred in the inpcb.bz2008-10-041-0/+1
* Fix typo in comment.rwatson2008-09-291-2/+2
* Minor white space tweaks.rwatson2008-08-071-4/+3
* Trying to fix compilation bustage:avatar2008-07-221-1/+1
* make new accessor functions consistent with existing stylekmacy2008-07-211-6/+9
* 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
OpenPOWER on IntegriCloud