Home
last modified time | relevance | path

Searched refs:XT_TIME_LOCAL_TZ (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_time.h19 XT_TIME_LOCAL_TZ = 1 << 0, enumerator
31 #define XT_TIME_ALL_FLAGS (XT_TIME_LOCAL_TZ|XT_TIME_CONTIGUOUS)
/openbmc/linux/net/netfilter/
H A Dxt_time.c185 if (info->flags & XT_TIME_LOCAL_TZ) in time_mt()