diff options
author | Florian Westphal <fw@strlen.de> | 2016-07-21 12:51:17 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2016-07-22 17:05:10 +0200 |
commit | 857ed310c013fe0d0059f955048dab589fa7a57a (patch) | |
tree | 8c91bf18eb14cb495c4b07137ba95df3d6695223 /include/net | |
parent | 23014011ba4209a086931ff402eac1c41abbe456 (diff) | |
download | op-kernel-dev-857ed310c013fe0d0059f955048dab589fa7a57a.zip op-kernel-dev-857ed310c013fe0d0059f955048dab589fa7a57a.tar.gz |
netfilter: connlabels: move set helper to xt_connlabel
xt_connlabel is the only user so move it.
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/netfilter/nf_conntrack_labels.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/netfilter/nf_conntrack_labels.h b/include/net/netfilter/nf_conntrack_labels.h index 0fd4989..4988146 100644 --- a/include/net/netfilter/nf_conntrack_labels.h +++ b/include/net/netfilter/nf_conntrack_labels.h @@ -37,8 +37,6 @@ static inline struct nf_conn_labels *nf_ct_labels_ext_add(struct nf_conn *ct) #endif } -int nf_connlabel_set(struct nf_conn *ct, u16 bit); - int nf_connlabels_replace(struct nf_conn *ct, const u32 *data, const u32 *mask, unsigned int words); |