Home
last modified time | relevance | path

Searched refs:LINUX_VERSION (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/m4/
Dltp-kernel_devel.m414 [LINUX_VERSION="${withval}"],
16 [LINUX_VERSION=`uname -r`]))
18 AC_SUBST(LINUX_VERSION) subst
24 AS_IF([test -n "$LINUX_VERSION"],
25 [LINUX_DIR="/lib/modules/$LINUX_VERSION/build"]))
/third_party/ltp/include/mk/
Dconfig.mk.in94 LINUX_VERSION := @LINUX_VERSION@
/third_party/iptables/include/
Dxtables.h605 #define LINUX_VERSION(x,y,z) (0x10000*(x) + 0x100*(y) + z) macro
/third_party/iptables/extensions/
Dlibipt_SNAT.c175 if (kernel_version > LINUX_VERSION(2, 6, 10)) in SNAT_parse()
Dlibipt_DNAT.c181 if (kernel_version > LINUX_VERSION(2, 6, 10)) in DNAT_parse()
/third_party/iptables/libxtables/
Dxtables.c2321 kernel_version = LINUX_VERSION(x, y, z); in get_kernel_version()