Ok I found some differences in the ported linux sources.
> I got a problem compiling iptables for an embedded system (kernel > 2.4.19, ported gcc version 2.95.3 ). I use the folowing make command > which stops in compiling extensions/libipt_TCPMSS.o
linux/netfilter_ipv4/ipt_TCPMSS.h is different to the original one from kernel.org.
linux/netfilter_ipv4/ipt_TOS.h is missing but there is a linux/netfilter_ipv4/ipt_tos.h
Can anyone explain the differences between the 'capital'(uppercase) ipt_TCPMSS.h and the lowercase ipt_tcpmss.h ?
Greetings Marcus