From f3104615941f7f6b5b88f2775d92e429af7b754e Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Fri, 28 Sep 2007 14:40:56 -0700 Subject: [PATCH] --- yaml --- r: 66819 b: refs/heads/master c: 2b5c841f2c41c023809e3b6b95a8320246cf7f5a h: refs/heads/master i: 66817: 234c3afabb20df60b758567d1fd050540da929ce 66815: df0a3b014cd09c31a05638722b9a887475e2ec96 v: v3 --- [refs] | 2 +- trunk/include/linux/netfilter/nfnetlink.h | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/[refs] b/[refs] index c0456b46b5df..1d38d569265f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f73e924cdd166360e8cc9a1b193008fdc9b3e3e2 +refs/heads/master: 2b5c841f2c41c023809e3b6b95a8320246cf7f5a diff --git a/trunk/include/linux/netfilter/nfnetlink.h b/trunk/include/linux/netfilter/nfnetlink.h index cd8fded36550..0d8424f76899 100644 --- a/trunk/include/linux/netfilter/nfnetlink.h +++ b/trunk/include/linux/netfilter/nfnetlink.h @@ -73,19 +73,6 @@ struct nfnetlink_subsystem extern int nfnetlink_subsys_register(const struct nfnetlink_subsystem *n); extern int nfnetlink_subsys_unregister(const struct nfnetlink_subsystem *n); -#define nlattr_bad_size(tb, max, cta_min) \ -({ int __i, __res = 0; \ - for (__i=1; __i <= max; __i++) { \ - if (!cta_min[__i]) \ - continue; \ - if (tb[__i] && nla_len(tb[__i]) < cta_min[__i]){ \ - __res = 1; \ - break; \ - } \ - } \ - __res; \ -}) - extern int nfnetlink_has_listeners(unsigned int group); extern int nfnetlink_send(struct sk_buff *skb, u32 pid, unsigned group, int echo);