summaryrefslogtreecommitdiffstats
path: root/sys/netinet/udp_var.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert udp_sysctl to sysctl_bounded_argsgnezdo2020-08-221-11/+1
* Move PRU_DETACH out of pr_usrreq into per proto pr_detachflorian2017-11-021-1/+2
* Pass down the address family through the pr_input calls. Thisbluhm2017-04-141-2/+2
* Move PRU_ATTACH out of the pr_usrreq functions into pr_attach.claudio2017-03-131-1/+2
* Change the IPv4 pr_input function to the way IPv6 is implemented,bluhm2017-01-291-3/+2
* Reduce the difference between struct protosw and ip6protosw. Thebluhm2017-01-261-2/+2
* Since raw_input() and route_input() are gone from pr_input, we canbluhm2017-01-251-2/+2
* turn ipstat into a set of percpu counters.dlg2016-11-181-1/+32
* Add net.inet.{tcp,udp}.rootonly sysctl, to mark which portsvgross2016-06-181-3/+6
* Don't use varargs for udp_output() and sync the argument order withmpi2014-04-231-2/+1
* revert counter size changes. this breaks netstat. digging further, therederaadt2014-01-251-14/+14
* make the udpstat counters u_int32_t, for consistency with tcpstathenning2014-01-241-14/+14
* since the cksum rewrite the counters for hardware checksummed packetshenning2014-01-231-3/+3
* Pass the routing domain to IPv6 pr_ctlinput() like in IPv4.bluhm2013-06-011-2/+2
* There is no TCP6 in our kernel, so remove the #ifndef TCP6.bluhm2010-10-211-3/+3
* Extend the protosw pr_ctlinput function to include the rdomain. This isclaudio2009-11-131-2/+2
* Remove {tcp/udp}6_usrreq(); Since the normal ones nowthib2008-05-241-3/+1
* Deal with the situation when TCP nfs mounts timeout and processesthib2008-05-231-2/+2
* implement sysctls to report IP, TCP, UDP, and ICMP statistics andreyk2007-12-131-2/+5
* switch to sysctl_int_arr(); ok henning, deraadtmarkus2004-02-171-1/+9
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Nuke a whole bunch of commons; ok tedu (still more to come *sigh*)jason2003-05-121-3/+3
* First round of __P removal in sysmillert2002-03-141-14/+14
* Keep stats on TCP/UDP hardware checksumming.angelos2001-06-231-1/+3
* Inclusion protection.angelos2001-06-091-4/+8
* sync with KAME udp6_output(). udp output logic is very different betweenitojun2000-06-181-1/+5
* bring in KAME IPv6 code, dated 19991208.itojun1999-12-081-1/+7
* add SADB_X_BINDSA to pfkey allowing incoming SAs to refer to an outgoingprovos1999-03-271-1/+2
* report on no udp checksumderaadt1999-02-041-1/+2
* sysctl for def sizes for tcp/udp send/recv queuesmickey1998-01-241-4/+8
* indentderaadt1997-08-261-2/+2
* The list of tcp/udp ports not to allocate dynamically is nowmillert1997-08-091-2/+4
* From NetBSD: 960217 mergeniklas1996-03-031-6/+6
* from netbsd:deraadt1995-12-141-3/+1
* initial import of NetBSD treederaadt1995-10-181-0/+94