Searched refs:curlft (Results 1 – 10 of 10) sorted by relevance
313 x->curlft.bytes += skb->len; in xfrm6_input_addr() 314 x->curlft.packets++; in xfrm6_input_addr()
657 x->curlft.add_time - now; in xfrm_timer_handler()664 x->curlft.add_time = now - x->saved_tmo - 1; in xfrm_timer_handler()674 (READ_ONCE(x->curlft.use_time) ? : now) - now; in xfrm_timer_handler()684 x->curlft.add_time - now; in xfrm_timer_handler()696 (READ_ONCE(x->curlft.use_time) ? : now) - now; in xfrm_timer_handler()750 x->curlft.add_time = ktime_get_real_seconds(); in xfrm_state_alloc()1339 (*best)->curlft.add_time < x->curlft.add_time)) in xfrm_state_look_at()2298 if (READ_ONCE(x1->curlft.use_time)) in xfrm_state_update()2338 if (!READ_ONCE(x->curlft.use_time)) in xfrm_state_check_expire()2339 WRITE_ONCE(x->curlft.use_time, ktime_get_real_seconds()); in xfrm_state_check_expire()[all …]
374 xp->curlft.add_time - now; in xfrm_policy_timer()382 (READ_ONCE(xp->curlft.use_time) ? : xp->curlft.add_time) - now; in xfrm_policy_timer()390 xp->curlft.add_time - now; in xfrm_policy_timer()400 (READ_ONCE(xp->curlft.use_time) ? : xp->curlft.add_time) - now; in xfrm_policy_timer()1607 policy->curlft.add_time = ktime_get_real_seconds(); in xfrm_policy_insert()1608 policy->curlft.use_time = 0; in xfrm_policy_insert()2387 pol->curlft.add_time = ktime_get_real_seconds(); in xfrm_sk_policy_insert()2422 newp->curlft = old->curlft; in clone_policy()3276 WRITE_ONCE(pols[i]->curlft.use_time, ktime_get_real_seconds()); in xfrm_lookup_with_ifid()3770 WRITE_ONCE(pol->curlft.use_time, ktime_get_real_seconds()); in __xfrm_policy_check()[all …]
880 x->curlft.bytes = ltime->bytes; in xfrm_update_ae_params() 881 x->curlft.packets = ltime->packets; in xfrm_update_ae_params() 882 x->curlft.add_time = ltime->add_time; in xfrm_update_ae_params() 883 x->curlft.use_time = ltime->use_time; in xfrm_update_ae_params() 1163 memcpy(&p->curlft, &x->curlft, sizeof(p->curlft)); in copy_to_user_state() 2227 memcpy(&p->curlft, &xp->curlft, sizeof(p->curlft)); in copy_to_user_policy() [all...]
692 x->curlft.bytes += skb->len; in xfrm_input()693 x->curlft.packets++; in xfrm_input()
543 x->curlft.bytes += skb->len; in xfrm_output_one() 544 x->curlft.packets++; in xfrm_output_one()
291 struct xfrm_lifetime_cur curlft; member654 struct xfrm_lifetime_cur curlft; member2083 memcpy(&x->curlft, &orig->curlft, sizeof(x->curlft)); in xfrm_migrate_sync()
923 lifetime->sadb_lifetime_allocations = x->curlft.packets; in __pfkey_xfrm_state2msg()924 lifetime->sadb_lifetime_bytes = x->curlft.bytes; in __pfkey_xfrm_state2msg()925 lifetime->sadb_lifetime_addtime = x->curlft.add_time; in __pfkey_xfrm_state2msg()926 lifetime->sadb_lifetime_usetime = x->curlft.use_time; in __pfkey_xfrm_state2msg()2153 lifetime->sadb_lifetime_allocations = xp->curlft.packets; in pfkey_xfrm_policy2msg()2154 lifetime->sadb_lifetime_bytes = xp->curlft.bytes; in pfkey_xfrm_policy2msg()2155 lifetime->sadb_lifetime_addtime = xp->curlft.add_time; in pfkey_xfrm_policy2msg()2156 lifetime->sadb_lifetime_usetime = xp->curlft.use_time; in pfkey_xfrm_policy2msg()
1118 x->curlft.packets += success_packets; in mlx5e_xfrm_update_stats()1132 x->curlft.bytes += success_bytes - headers * success_packets; in mlx5e_xfrm_update_stats()
2735 x->curlft.bytes += skb->len; in pktgen_output_ipsec()2736 x->curlft.packets++; in pktgen_output_ipsec()