Searched refs:stamp (Results 1 – 9 of 9) sorted by relevance
| /net/netfilter/ |
| A D | xt_time.c | 163 time64_t stamp; in time_mt() local 183 stamp = ktime_get_real_seconds(); in time_mt() 187 stamp -= 60 * sys_tz.tz_minuteswest; in time_mt() 201 if (stamp < info->date_start || stamp > info->date_stop) in time_mt() 204 packet_time = localtime_1(¤t_time, stamp); in time_mt() 225 stamp -= SECONDS_PER_DAY; in time_mt() 228 localtime_2(¤t_time, stamp); in time_mt() 235 localtime_3(¤t_time, stamp); in time_mt()
|
| /net/ipv6/ |
| A D | mip6.c | 109 ktime_t stamp; member 175 static inline int mip6_report_rl_allow(ktime_t stamp, in mip6_report_rl_allow() argument 182 if (mip6_report_rl.stamp != stamp || in mip6_report_rl_allow() 186 mip6_report_rl.stamp = stamp; in mip6_report_rl_allow() 205 ktime_t stamp; in mip6_destopt_reject() local 219 stamp = skb_get_ktime(skb); in mip6_destopt_reject() 221 if (!mip6_report_rl_allow(stamp, &ipv6_hdr(skb)->daddr, in mip6_destopt_reject()
|
| A D | reassembly.c | 201 fq->q.stamp = skb->tstamp; in ip6_frag_queue()
|
| A D | route.c | 1526 if (!oldest || time_before(rt6_ex->stamp, oldest->stamp)) in rt6_exception_remove_oldest() 1757 rt6_ex->stamp = jiffies; in rt6_insert_exception() 1982 rt6_ex->stamp = jiffies; in fib6_nh_update_exception()
|
| /net/rxrpc/ |
| A D | rxkad.c | 1041 __le32 stamp; in rxkad_decrypt_ticket() local 1042 memcpy(&stamp, p, 4); in rxkad_decrypt_ticket() 1043 issue = rxrpc_u32_to_time64(le32_to_cpu(stamp)); in rxkad_decrypt_ticket() 1045 __be32 stamp; in rxkad_decrypt_ticket() local 1046 memcpy(&stamp, p, 4); in rxkad_decrypt_ticket() 1047 issue = rxrpc_u32_to_time64(be32_to_cpu(stamp)); in rxkad_decrypt_ticket()
|
| /net/ieee802154/6lowpan/ |
| A D | reassembly.c | 135 fq->q.stamp = skb->tstamp; in lowpan_frag_queue() 181 skb->tstamp = fq->q.stamp; in lowpan_frag_reasm()
|
| /net/ipv6/netfilter/ |
| A D | nf_conntrack_reasm.c | 271 fq->q.stamp = skb->tstamp; in nf_ct_frag6_queue()
|
| /net/ipv4/ |
| A D | inet_fragment.c | 620 head->tstamp = q->stamp; in inet_frag_reasm_finish()
|
| A D | ip_fragment.c | 349 qp->q.stamp = skb->tstamp; in ip_frag_queue()
|
Completed in 28 milliseconds