/********************************************************************* * * Filename: irlan_filter.h * Version: * Description: * Status: Experimental. * Author: Dag Brattli * Created at: Fri Jan 29 15:24:08 1999 * Modified at: Sun Feb 7 23:35:31 1999 * Modified by: Dag Brattli * * Copyright (c) 1998 Dag Brattli, All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License, or (at your option) any later version. * * Neither Dag Brattli nor University of Tromsø admit liability nor * provide warranty for any of this software. This material is * provided "AS-IS" and at no charge. * ********************************************************************/ #ifndef IRLAN_FILTER_H #define IRLAN_FILTER_H void irlan_check_command_param(struct irlan_cb *self, char *param, char *value); void irlan_filter_request(struct irlan_cb *self, struct sk_buff *skb); #ifdef CONFIG_PROC_FS void irlan_print_filter(struct seq_file *seq, int filter_type); #endif #endif /* IRLAN_FILTER_H */ input type='submit' value='switch'/> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
=nds-private-remove&id=258b93cc391bb781f0ad438cd84adf3666b86922&showmsg=1'>Expand) value='3' selected='selected'>3
AgeCommit message (Expand)AuthorFilesLines
AuthorFilesLines
space:
mode:
authorFlorian Westphal <fw@strlen.de>2017-01-23 18:21:57 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2017-02-02 14:31:54 +0100
commitc74454fadd5ea6fc866ffe2c417a0dba56b2bf1c (patch)
tree7e2ab906478778bc0733840c6e5cc46bfceeda4c /include/net/netfilter/nf_conntrack.h
parentcb9c68363efb6d1f950ec55fb06e031ee70db5fc (diff)
netfilter: add and use nf_ct_set helper
Add a helper to assign a nf_conn entry and the ctinfo bits to an sk_buff. This avoids changing code in followup patch that merges skb->nfct and skb->nfctinfo into skb->_nfct. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/net/netfilter/nf_conntrack.h')
-rw-r--r--include/net/netfilter/nf_conntrack.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/net/netfilter/nf_conntrack.h b/include/net/netfilter/nf_conntrack.h