Searched refs:LINUX_VERSION_MINOR (Results 1 – 2 of 2) sorted by relevance
/external/iproute2/include/ | ||
D | xtables.h | 527 #define LINUX_VERSION_MINOR(x) (((x)>> 8) & 0xFF) macro |
/external/iptables/include/ | ||
D | xtables.h | 560 #define LINUX_VERSION_MINOR(x) (((x)>> 8) & 0xFF) macro |