Home
last modified time | relevance | path

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

/net/netfilter/
Dxt_time.c162 struct xtm current_time; in time_mt() local
204 packet_time = localtime_1(&current_time, stamp); in time_mt()
228 localtime_2(&current_time, stamp); in time_mt()
230 if (!(info->weekdays_match & (1 << current_time.weekday))) in time_mt()
235 localtime_3(&current_time, stamp); in time_mt()
236 if (!(info->monthdays_match & (1 << current_time.monthday))) in time_mt()
/net/sunrpc/
Drpc_pipe.c475 inode->i_atime = inode->i_mtime = inode->i_ctime = current_time(inode); in rpc_get_inode()