From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael Varga" Subject: crash using netfilter for ipsec when processing icmp packets Date: Mon, 24 Jan 2005 20:10:15 -0800 Message-ID: <09a101c50293$ca7ced00$a610a8c0@niche> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org Hello: I have written an LKM module that uses netfilter to capture packets. = These packets are then sent to a hardware crypto device which after finishing, it's = driver calls a callback, which then calls either an ip_rcv (inbound/decrypt) or an ip_send = (outbound/encrypt) to deliver the packet. When netfilter captures icmp packets which are destined to the machine = for=20 which the Ipsec module is running on, I get kernel crashes.=20 It only crashes when the icmp traffic is >=3D 10Mbits/sec. Are there some unpublished rules when processing icmp with Netfilter? Does anyone have some suggestions/recommendations? thanks Mike