From mboxrd@z Thu Jan 1 00:00:00 1970 From: Emmanuel Guiton Subject: Changing the content of tcp timeouts in ip_conntrack_proto_tcp.c Date: Wed, 14 Jan 2004 12:34:00 +0200 Sender: netfilter-devel-admin@lists.netfilter.org Message-ID: <40051B18.40004@netlab.hut.fi> Reply-To: emmanuel@netlab.hut.fi Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Return-path: To: "netfilter-devel@lists.netfilter.org" Errors-To: netfilter-devel-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: List-Id: netfilter-devel.vger.kernel.org Hi! In the target module I'm writing, I need to customize the values ip_ct_tcp_timeout_/somthing/ in the ip_conntrack_proto_tcp.c file. I tried to write an extern function on the model of ip_ct_refresh, but I always got the same problem with depmod: depmod: *** Unresolved symbols in /lib/modules/2.4.23/kernel/net/ipv4/netfilter/ipt_MY_TARGET.o depmod: ip_ct_proto_tcp_set_timeouts Does someone have a good advice on how to proceed correctly? Emmanuel