Searched refs:curlft (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/net/ipv6/ |
D | xfrm6_input.c | 307 x->curlft.bytes += skb->len; in xfrm6_input_addr() 308 x->curlft.packets++; in xfrm6_input_addr()
|
/linux-6.12.1/net/xfrm/ |
D | xfrm_state.c | 583 x->curlft.add_time - now; in xfrm_timer_handler() 590 x->curlft.add_time = now - x->saved_tmo - 1; in xfrm_timer_handler() 600 (READ_ONCE(x->curlft.use_time) ? : now) - now; in xfrm_timer_handler() 610 x->curlft.add_time - now; in xfrm_timer_handler() 622 (READ_ONCE(x->curlft.use_time) ? : now) - now; in xfrm_timer_handler() 675 x->curlft.add_time = ktime_get_real_seconds(); in xfrm_state_alloc() 1180 (*best)->curlft.add_time < x->curlft.add_time)) in xfrm_state_look_at() 1798 memcpy(&x->curlft, &orig->curlft, sizeof(x->curlft)); in xfrm_state_clone() 1973 if (READ_ONCE(x1->curlft.use_time)) in xfrm_state_update() 2007 if (!READ_ONCE(x->curlft.use_time)) in xfrm_state_check_expire() [all …]
|
D | xfrm_policy.c | 371 xp->curlft.add_time - now; in xfrm_policy_timer() 379 (READ_ONCE(xp->curlft.use_time) ? : xp->curlft.add_time) - now; in xfrm_policy_timer() 387 xp->curlft.add_time - now; in xfrm_policy_timer() 397 (READ_ONCE(xp->curlft.use_time) ? : xp->curlft.add_time) - now; in xfrm_policy_timer() 1599 policy->curlft.add_time = ktime_get_real_seconds(); in xfrm_policy_insert() 1600 policy->curlft.use_time = 0; in xfrm_policy_insert() 2379 pol->curlft.add_time = ktime_get_real_seconds(); in xfrm_sk_policy_insert() 2414 newp->curlft = old->curlft; in clone_policy() 3263 WRITE_ONCE(pols[i]->curlft.use_time, ktime_get_real_seconds()); in xfrm_lookup_with_ifid() 3755 WRITE_ONCE(pol->curlft.use_time, ktime_get_real_seconds()); in __xfrm_policy_check() [all …]
|
D | xfrm_user.c | 750 x->curlft.bytes = ltime->bytes; in xfrm_update_ae_params() 751 x->curlft.packets = ltime->packets; in xfrm_update_ae_params() 752 x->curlft.add_time = ltime->add_time; in xfrm_update_ae_params() 753 x->curlft.use_time = ltime->use_time; in xfrm_update_ae_params() 1013 memcpy(&p->curlft, &x->curlft, sizeof(p->curlft)); in copy_to_user_state() 2031 memcpy(&p->curlft, &xp->curlft, sizeof(p->curlft)); in copy_to_user_policy() 2562 err = nla_put_64bit(skb, XFRMA_LTIME_VAL, sizeof(x->curlft), &x->curlft, in build_aevent()
|
D | xfrm_compat.c | 26 struct compat_xfrm_lifetime_cur curlft; member 37 struct compat_xfrm_lifetime_cur curlft; member
|
D | xfrm_input.c | 674 x->curlft.bytes += skb->len; in xfrm_input() 675 x->curlft.packets++; in xfrm_input()
|
D | xfrm_output.c | 534 x->curlft.bytes += skb->len; in xfrm_output_one() 535 x->curlft.packets++; in xfrm_output_one()
|
/linux-6.12.1/include/uapi/linux/ |
D | xfrm.h | 385 struct xfrm_lifetime_cur curlft; member 429 struct xfrm_lifetime_cur curlft; member
|
/linux-6.12.1/net/key/ |
D | af_key.c | 907 lifetime->sadb_lifetime_allocations = x->curlft.packets; in __pfkey_xfrm_state2msg() 908 lifetime->sadb_lifetime_bytes = x->curlft.bytes; in __pfkey_xfrm_state2msg() 909 lifetime->sadb_lifetime_addtime = x->curlft.add_time; in __pfkey_xfrm_state2msg() 910 lifetime->sadb_lifetime_usetime = x->curlft.use_time; in __pfkey_xfrm_state2msg() 2135 lifetime->sadb_lifetime_allocations = xp->curlft.packets; in pfkey_xfrm_policy2msg() 2136 lifetime->sadb_lifetime_bytes = xp->curlft.bytes; in pfkey_xfrm_policy2msg() 2137 lifetime->sadb_lifetime_addtime = xp->curlft.add_time; in pfkey_xfrm_policy2msg() 2138 lifetime->sadb_lifetime_usetime = xp->curlft.use_time; in pfkey_xfrm_policy2msg()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ipsec.c | 1035 x->curlft.packets += success_packets; in mlx5e_xfrm_update_stats() 1049 x->curlft.bytes += success_bytes - headers * success_packets; in mlx5e_xfrm_update_stats()
|
/linux-6.12.1/include/net/ |
D | xfrm.h | 273 struct xfrm_lifetime_cur curlft; member 582 struct xfrm_lifetime_cur curlft; member
|
/linux-6.12.1/net/core/ |
D | pktgen.c | 2686 x->curlft.bytes += skb->len; in pktgen_output_ipsec() 2687 x->curlft.packets++; in pktgen_output_ipsec()
|