summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/nf_nat_proto_udplite.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_nat: use bool type in nf_nat_protoJan Engelhardt2008-04-141-4/+4
| | | | | Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
* [NETFILTER]: nf_nat: add UDP-Lite supportPatrick McHardy2008-04-141-0/+99
Signed-off-by: Patrick McHardy <kaber@trash.net>
OpenPOWER on IntegriCloud