Searched refs:stamp (Results 1 - 14 of 14) sorted by relevance

/net/netfilter/
H A Dxt_time.c160 s64 stamp; local
174 stamp = ktime_to_ns(skb->tstamp);
175 stamp = div_s64(stamp, NSEC_PER_SEC);
179 stamp -= 60 * sys_tz.tz_minuteswest;
190 if (stamp < info->date_start || stamp > info->date_stop)
193 packet_time = localtime_1(&current_time, stamp);
214 stamp -= SECONDS_PER_DAY;
217 localtime_2(&current_time, stamp);
[all...]
/net/ipv6/
H A Dmip6.c121 struct timeval stamp; member in struct:mip6_report_rate_limiter
187 static inline int mip6_report_rl_allow(struct timeval *stamp, argument
194 if (mip6_report_rl.stamp.tv_sec != stamp->tv_sec ||
195 mip6_report_rl.stamp.tv_usec != stamp->tv_usec ||
199 mip6_report_rl.stamp.tv_sec = stamp->tv_sec;
200 mip6_report_rl.stamp.tv_usec = stamp
219 struct timeval stamp; local
[all...]
H A Dreassembly.c331 fq->q.stamp = skb->tstamp;
489 head->tstamp = fq->q.stamp;
/net/decnet/
H A Ddn_timer.c85 * do this. scp->stamp is the last time that we sent a packet.
89 * time we do this, scp->stamp will be updated, thus
94 if ((jiffies - scp->stamp) >= scp->keepalive)
H A Ddn_nsp_out.c82 scp->stamp = jiffies;
221 cb->stamp = jiffies;
365 if ((jiffies - scp->stamp) > t)
387 unsigned long reftime = cb->stamp;
410 pkttime = cb2->stamp;
H A Ddn_route.c659 cb->stamp = jiffies;
H A Daf_decnet.c601 if ((jiffies - scp->stamp) >= (HZ * decnet_time_wait)) {
/net/dccp/ccids/lib/
H A Dpacket_history.h47 * @stamp: send time of packet with sequence number @seqno
52 ktime_t stamp; member in struct:tfrc_tx_hist_entry
H A Dpacket_history.c69 entry->stamp = ktime_get_real();
/net/dccp/ccids/
H A Dccid3.c115 * @stamp: most recent time if available - can be left NULL.
124 static void ccid3_hc_tx_update_x(struct sock *sk, ktime_t *stamp) argument
129 ktime_t now = stamp ? *stamp : ktime_get_real();
395 r_sample = dccp_sample_rtt(sk, ktime_us_delta(now, acked->stamp));
/net/rxrpc/
H A Drxkad.c916 __le32 stamp; local
917 memcpy(&stamp, p, 4);
918 issue = le32_to_cpu(stamp);
920 __be32 stamp; local
921 memcpy(&stamp, p, 4);
922 issue = be32_to_cpu(stamp);
/net/ipv6/netfilter/
H A Dnf_conntrack_reasm.c328 fq->q.stamp = skb->tstamp;
445 head->tstamp = fq->q.stamp;
/net/bridge/netfilter/
H A Debt_ulog.c188 pm->stamp = ktime_to_timeval(kt);
/net/ipv4/
H A Dip_fragment.c484 qp->q.stamp = skb->tstamp;
622 head->tstamp = qp->q.stamp;

Completed in 164 milliseconds