search for: _thresh

Displaying 2 results from an estimated 2 matches for "_thresh".

Did you mean: thresh
2007 Apr 18
1
[Bridge] bridge at start up
...So the final new stuff looks something like: > > #ifdef CONFIG_NETFILTER > struct nf_hook_desc { > int (*okfn)(struct sk_buff *); > int hook; > int thresh; > u8 pf; /* AF_MAX is 32 */ > u8 is_output; > }; > #define NF_DESC_DECLARE(_name, _okfn, _hook, _thresh, _pf, _is_output) \ > static const struct nf_hook_desc _name = { \ > .okfn = _okfn, \ > .hook = _hook, \ > .thresh = _thresh, \ > .pf = _pf, \ > .is_output = _is_output, \ > }; > > extern int nf_hook_desc(struct nf_hook_desc *desc, struct sk_buff *skb, >...
2007 Apr 18
3
[Bridge] Re: do_IRQ: stack overflow: 872..
On Fri, 07 Jan 2005 17:05:59 +0000 David Woodhouse <dwmw2@infradead.org> wrote: > On Sat, 2004-12-18 at 08:50 +0100, Andi Kleen wrote: > > It's not really an oops, just a warning that stack space got quiet > > tight. > > > > The problem seems to be that the br netfilter code is nesting far too > > deeply and recursing several times. Looks like a design