Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_time.h12 __u32 monthdays_match; member
/openbmc/linux/net/netfilter/
H A Dxt_time.c234 if (info->monthdays_match != XT_TIME_ALL_MONTHDAYS) { in time_mt()
236 if (!(info->monthdays_match & (1 << current_time.monthday))) in time_mt()