Linux Kernel
3.7.1
|
#include <linux/ip.h>
#include <linux/skbuff.h>
#include <linux/icmp.h>
#include <linux/icmpv6.h>
#include <linux/sctp.h>
#include <linux/netfilter_ipv6/ip6_tables.h>
#include <net/ip.h>
#include <net/ipv6.h>
#include <linux/netfilter/ipset/ip_set_getport.h>
#include <linux/export.h>
Go to the source code of this file.
Functions | |
bool | ip_set_get_ip4_port (const struct sk_buff *skb, bool src, __be16 *port, u8 *proto) |
EXPORT_SYMBOL_GPL (ip_set_get_ip4_port) | |
bool | ip_set_get_ip_port (const struct sk_buff *skb, u8 pf, bool src, __be16 *port) |
EXPORT_SYMBOL_GPL (ip_set_get_ip_port) | |
EXPORT_SYMBOL_GPL | ( | ip_set_get_ip4_port | ) |
EXPORT_SYMBOL_GPL | ( | ip_set_get_ip_port | ) |
Definition at line 97 of file ip_set_getport.c.