Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dxt_time.c24 u_int8_t monthday; /* (1-31) */ member
141 r->monthday = w - days_since_leapyear[i] + 1; in localtime_3()
146 r->monthday = w - days_since_year[i] + 1; in localtime_3()
231 if (!(info->monthdays_match & (1U << current_time.monthday))) in time_mt()