aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/in_pcb.h
Commit message (Expand)AuthorAgeFilesLines
* Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddrRobert Watson2007-05-111-2/+2
* Remove unused pcbinfo arguments to in_setsockaddr() andRobert Watson2007-05-011-2/+2
* Rename some fields of struct inpcbinfo to have the ipi_ prefix,Robert Watson2007-04-301-31/+61
* Add INP_INFO_UNLOCK_ASSERT() and use it in tcp_input(). Also add someAndre Oppermann2007-04-041-0/+3
* Some local and style(9) cleanups.Andre Oppermann2007-04-041-5/+5
* Remove stale comment about not enabling inpcb and inpcbinfo lock assertionsRobert Watson2007-03-281-5/+0
* Add "show inpcb", "show tcpcb" DDB commands, which should come in handyRobert Watson2007-02-171-0/+6
* Remove unused inp6_ifindex field from inpcb, as well as unused macroRobert Watson2007-02-161-2/+0
* Remove unused in6p_ip6_hlim macro shortcut for non-presentRobert Watson2007-02-161-1/+0
* Fix race conditions on enumerating pcb lists by moving the initializationStephan Uphoff2006-07-181-1/+2
* Abstract inpcb drop logic, previously just setting of INP_DROPPED in TCP,Robert Watson2006-04-251-0/+1
* Change inp_ppcb from caddr_t to void *, fix/remove associated relatedRobert Watson2006-04-031-1/+1
* Break out in_pcbdetach() into two functions:Robert Watson2006-04-011-0/+1
* Define two new inpcb flags in the inp_vflag field, which for whateverRobert Watson2006-03-261-0/+2
* Minor style tweak: tab after #define, not space.Robert Watson2006-03-261-4/+4
* Make net.inet.ip.portrange.reservedhigh andDavid Malone2006-03-191-0/+2
* Implement IP_DONTFRAG IP socket option enabling the Don't FragmentAndre Oppermann2005-09-261-0/+1
* Add socketoption IP_MINTTL. May be used to set the minimum acceptableAndre Oppermann2005-08-221-0/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Port randomization leads to extremely fast port reuse at highMike Silbersack2005-01-021-0/+2
* Define INP_UNLOCK_ASSERT() to assert that an inpcb is unlocked.Robert Watson2004-12-051-0/+1
* Add a macro for the destruction of INP_INFO_LOCK's used by loadable modules.Andre Oppermann2004-10-191-0/+1
* White space cleanup for netinet before branch:Robert Watson2004-08-161-1/+1
* Now that IPv6 performs basic in6pcb and inpcb locking, enable inpcbRobert Watson2004-08-041-15/+0
* Remove erroneous semicolons.Stefan Farfeleder2004-07-131-1/+1
* When asserting non-Giant locks in the network stack, also assertRobert Watson2004-06-241-6/+21
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Reduce 'td' argument to 'cred' (struct ucred) argument in those functions:Pawel Jakub Dawidek2004-03-271-4/+4
* Remove unused argument.Pawel Jakub Dawidek2004-03-271-2/+1
* Remove unused function.Pawel Jakub Dawidek2004-03-251-1/+0
* Split the "inp" mutex class into separate classes for each of divert,Sam Leffler2003-11-261-3/+4
* Introduce tcp_hostcache and remove the tcp specific metrics fromAndre Oppermann2003-11-201-16/+3
* Introduce a MAC label reference in 'struct inpcb', which cachesRobert Watson2003-11-181-0/+3
* add locking assertions that turn into noops if INET6 is configured;Sam Leffler2003-11-081-0/+17
* correct tab and order.Hajimu UMEMOTO2003-10-241-4/+4
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542Hajimu UMEMOTO2003-10-241-4/+6
* Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be sent onBruce M Simpson2003-08-201-0/+1
* IP_RECVTTL socket option.Matthew N. Dodd2003-04-291-1/+2
* Back out support for RFC3514.Matthew N. Dodd2003-04-021-1/+0
* Implement support for RFC 3514 (The Security Flag in the IPv4 Header).Matthew N. Dodd2003-04-011-0/+1
* Add a TCP TIMEWAIT state which uses less space than a fullblown TCPJonathan Lemon2003-02-191-0/+2
* Turn off duplicate lock checking for inp locks because udp_input()Jeffrey Hsu2002-11-121-1/+1
* Replace in_pcbladdr() with a more generic inner subroutine forIan Dowse2002-10-211-2/+3
* Split out most of the logic from in_pcbbind() into a new functionIan Dowse2002-10-201-0/+2
* Tie new "Fast IPsec" code into the build. This involves the usualSam Leffler2002-10-161-1/+1
* Fixed namespace pollution in uma changes:Bruce Evans2002-09-051-2/+3
* Create new functions in_sockaddr(), in6_sockaddr(), andDon Lewis2002-08-211-0/+2
* do not refer to IN6P_BINDV6ONLY anymore.Hajimu UMEMOTO2002-07-221-1/+0
* Notify functions can destroy the pcb, so they have to return anJeffrey Hsu2002-06-141-2/+3
* Lock up inpcb.Jeffrey Hsu2002-06-101-4/+20