Home
last modified time | relevance | path

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

/net/netfilter/
A Dxt_time.c163 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(&current_time, stamp); in time_mt()
225 stamp -= SECONDS_PER_DAY; in time_mt()
228 localtime_2(&current_time, stamp); in time_mt()
235 localtime_3(&current_time, stamp); in time_mt()
/net/ipv6/
A Dmip6.c109 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 Dreassembly.c201 fq->q.stamp = skb->tstamp; in ip6_frag_queue()
A Droute.c1526 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 Drxkad.c1041 __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 Dreassembly.c135 fq->q.stamp = skb->tstamp; in lowpan_frag_queue()
181 skb->tstamp = fq->q.stamp; in lowpan_frag_reasm()
/net/ipv6/netfilter/
A Dnf_conntrack_reasm.c271 fq->q.stamp = skb->tstamp; in nf_ct_frag6_queue()
/net/ipv4/
A Dinet_fragment.c620 head->tstamp = q->stamp; in inet_frag_reasm_finish()
A Dip_fragment.c349 qp->q.stamp = skb->tstamp; in ip_frag_queue()

Completed in 28 milliseconds