Re: [PATCH 1/6 net-2.6.25] IPv4 RAW: Compact the API for the kernel

2007-11-19 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Fri, 16 Nov 2007 17:05:59 +0300 > The raw sockets functions are explicitly used from > inside the kernel in two places: > > 1. in ip_local_deliver_finish to intercept skb-s > 2. in icmp_error > > For this purposes many functions and even data stru

[PATCH 1/6 net-2.6.25] IPv4 RAW: Compact the API for the kernel

2007-11-16 Thread Pavel Emelyanov
The raw sockets functions are explicitly used from inside the kernel in two places: 1. in ip_local_deliver_finish to intercept skb-s 2. in icmp_error For this purposes many functions and even data structures, that are naturally internal for raw protocol, are exported. Compact the API to two fun