summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_pcb.h
Commit message (Expand)AuthorAgeFilesLines
* Remove __P.delphij2012-10-221-30/+30
* Implement a CPU-affine TCP and UDP connection lookup data structure,rwatson2011-06-061-0/+10
* Add _mbuf() variants of various inpcb-related interfaces, including lookup,rwatson2011-06-041-0/+6
* Decompose the current single inpcbinfo lock into two locks:rwatson2011-05-301-3/+7
* Make callers to in6_selectsrc() and in6_pcbladdr() pass in memorybz2009-06-231-2/+1
* Merge in6_pcbfree() into in_pcbfree() which after the previousbz2008-11-271-1/+0
* Remove in6_pcbdetach() as it is exactly the same functionbz2008-11-261-1/+0
* Pass the ucred along into in{,6}_pcblookup_local for upcomingbz2008-07-101-1/+2
* For consistency take lport as u_short in in{,6}_pcblookup_local.bz2008-07-101-1/+1
* Clean up VCS Ids.obrien2007-12-101-3/+2
* Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddrrwatson2007-05-111-2/+2
* Modify in6_pcbpurgeif0() to accept a pcbinfo structure rather than a pcbrwatson2006-04-231-1/+1
* Break out in_pcbdetach() into two functions:rwatson2006-04-011-0/+1
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-2/+2
* Pass pcbinfo structures to in6_pcbnotify() rather than pcbheadrwatson2004-08-061-1/+1
* 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-3/+3
* Remove unused prototype.pjd2004-03-271-1/+0
* supported IPV6_RECVPATHMTU socket option.ume2004-02-131-1/+1
* source address selection part of RFC3484.ume2003-11-041-5/+0
* Create new functions in_sockaddr(), in6_sockaddr(), andtruckman2002-08-211-0/+4
* Notify functions can destroy the pcb, so they have to return anhsu2002-06-141-2/+3
* Fix warnings caused by discarding const.alfred2002-02-271-1/+1
* KSE Milestone 2julian2001-09-121-4/+4
* When running aplication joined multicast address,ume2001-08-041-0/+1
* Sync with recent KAME.ume2001-06-111-7/+2
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-3/+10
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-0/+108
OpenPOWER on IntegriCloud