summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/nf_nat_proto_dccp.c
Commit message (Collapse)AuthorAgeFilesLines
* netfilter: nf_nat: make unique_tuple return voidChangli Gao2010-08-021-3/+3
| | | | | | | | The only user of unique_tuple() get_unique_tuple() doesn't care about the return value of unique_tuple(), so make unique_tuple() return void (nothing). Signed-off-by: Changli Gao <xiaosuo@gmail.com> Signed-off-by: Patrick McHardy <kaber@trash.net>
* [NETFILTER]: nf_conntrack: const annotations in nf_conntrack_sctp, ↵Jan Engelhardt2008-04-141-1/+1
| | | | | | | nf_nat_proto_gre Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
* [NETFILTER]: nf_nat: use bool type in nf_nat_protoJan Engelhardt2008-04-141-5/+5
| | | | | Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
* [NETFILTER]: nf_nat: add DCCP protocol supportPatrick McHardy2008-04-141-0/+108
Signed-off-by: Patrick McHardy <kaber@trash.net>
OpenPOWER on IntegriCloud