From owner-cvs-src@FreeBSD.ORG Fri Dec 14 08:35:07 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6CAD16A417; Fri, 14 Dec 2007 08:35:07 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.cksoft.de (mail.cksoft.de [62.111.66.27]) by mx1.freebsd.org (Postfix) with ESMTP id 7171413C45D; Fri, 14 Dec 2007 08:35:07 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from localhost (amavis.str.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 5A67C41C758; Fri, 14 Dec 2007 09:35:05 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([62.111.66.27]) by localhost (amavis.str.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id qtYkT5l1NzHc; Fri, 14 Dec 2007 09:35:05 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id 0CD2C41C757; Fri, 14 Dec 2007 09:35:05 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 8CD8D444885; Fri, 14 Dec 2007 08:32:30 +0000 (UTC) Date: Fri, 14 Dec 2007 08:32:30 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Kip Macy In-Reply-To: Message-ID: <20071214082858.D81630@maildrop.int.zabbadoz.net> References: <200712122021.lBCKLdvt045540@repoman.freebsd.org> <20071213223319.E81630@maildrop.int.zabbadoz.net> <4761BB7C.3010907@elischer.org> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files src/sys/netinet tcp_ofld.c tcp_ofld.h tcp_var.h toedev.h src/sys/sys socket.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Dec 2007 08:35:07 -0000 On Thu, 13 Dec 2007, Kip Macy wrote: Hi, > I'm currently prefixing the dispatch functions that will be added to > the actual tcp code with tcp_gen gen == {generic, general}. I'm not > attached to the name so if there is a consensus there I will change > it. I only skipped through so far and I don't know about the naming for "gen". I should take a look at your other mails on the lists with patches or p4 where those functions get into the tcp code. I have found on bug, which also seems to be present in the CVS version: +#else + +static __inline int +tcp_gen_connect(struct socket *so, struct sockaddr *nam) +{ /*ADD*/ struct tcpcb *tp = sototcpcb(so); + + return (tcp_output(tp)); +} -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT Software is harder than hardware so better get it right the first time.