]> err.no Git - linux-2.6/blobdiff - include/net/netlink.h
[IPSEC]: Kill afinfo->nf_post_routing
[linux-2.6] / include / net / netlink.h
index 1afd3e837d2328f15950b79608d59291550f3b88..9298218c07f9afa7fda027fcbb07a8b4684b673f 100644 (file)
@@ -220,9 +220,9 @@ struct nl_info {
        u32                     pid;
 };
 
-extern unsigned int    netlink_run_queue(struct sock *sk, unsigned int qlen,
-                                         int (*cb)(struct sk_buff *,
-                                                   struct nlmsghdr *));
+extern int             netlink_rcv_skb(struct sk_buff *skb,
+                                       int (*cb)(struct sk_buff *,
+                                                 struct nlmsghdr *));
 extern int             nlmsg_notify(struct sock *sk, struct sk_buff *skb,
                                     u32 pid, unsigned int group, int report,
                                     gfp_t flags);