All of lore.kernel.org
 help / color / mirror / Atom feed
* Inbound packet buffering
@ 2004-01-19 14:34 Doug SC
  2004-01-19 14:39 ` Pablo Neira
  2004-01-21 14:22 ` Harald Welte
  0 siblings, 2 replies; 3+ messages in thread
From: Doug SC @ 2004-01-19 14:34 UTC (permalink / raw)
  To: netfilter-devel

Good Morning.

I have a kernel driver which has registered for
inbound packets.

nf_register_hook(...NF_IP_PRE_ROUTING...)

I am looking to take action on certain UDP ports on
packets which may exceed MTU.  I see the fragmented
packets at this hook and since I can't be certain of
the order of receipt I need to buffer packets until I
receive the fragment which contains the ports.

Once I can see the port I may want to send all the
packets I have buffered plus the one that allowed me
to make the decision.

I have looked around and thought that the
ip_local_deliver function in ip_input.c looked
promissing but it does not appear to be an exported
symbol.

Any info or pointers to existing code would be
appreciated.

Thanks

__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-01-21 14:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-19 14:34 Inbound packet buffering Doug SC
2004-01-19 14:39 ` Pablo Neira
2004-01-21 14:22 ` Harald Welte

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.