summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_nat_proto_sctp.c
blob: e555cb7a248ca73d7fbd2047a9c581d414cc6f0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Copyright (c) 2008 Patrick McHardy <kaber@trash.net>
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#include <linux/types.h>

#include <net/netfilter/nf_nat_l4proto.h>


const struct nf_nat_l4proto nf_nat_l4proto_sctp = {
	.l4proto		= IPPROTO_SCTP,
};