Prev: [PATCH v6 7/7] TCPCT part 2g: parse cookie pair and 64-bit timestamp
Next: [PATCH 0/2] tun: linux socket filter support
From: Michael S. Tsirkin on 14 Feb 2010 06:10 Export sk_attach_filter/sk_detach_filter routines, so that tun module can use them. Signed-off-by: Michael S. Tsirkin <mst(a)redhat.com> --- net/core/filter.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/net/core/filter.c b/net/core/filter.c index 4e0712a..08e40f3 100644 --- a/net/core/filter.c +++ b/net/core/filter.c @@ -530,6 +530,7 @@ int sk_attach_filter(struct sock_fprog *fprog, struct sock *sk) sk_filter_delayed_uncharge(sk, old_fp); return 0; } +EXPORT_SYMBOL_GPL(sk_attach_filter); int sk_detach_filter(struct sock *sk) { @@ -546,3 +547,4 @@ int sk_detach_filter(struct sock *sk) rcu_read_unlock_bh(); return ret; } +EXPORT_SYMBOL_GPL(sk_detach_filter); -- 1.6.6.144.g5c3af -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |