Searched refs:hard_packet_limit (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c152 attrs->lft.hard_packet_limit = x->lft.hard_packet_limit;
187 n = attrs->lft.hard_packet_limit / BIT_ULL(31);
188 start_value = attrs->lft.hard_packet_limit - n * BIT_ULL(31);
195 start_value = attrs->lft.hard_packet_limit - n * BIT_ULL(31);
200 attrs->lft.hard_packet_limit = lower_32_bits(start_value);
225 n = (x->lft.soft_packet_limit - attrs->lft.hard_packet_limit) / BIT_ULL(31);
226 start_value = attrs->lft.hard_packet_limit + n * BIT_ULL(31) -
238 start_value = attrs->lft.hard_packet_limit + n * BIT_ULL(31) - start_value;
247 start_value = attrs->lft.hard_packet_limit
[all...]
H A Dipsec.h65 u64 hard_packet_limit; member in struct:mlx5_ipsec_lft
H A Dipsec_offload.c125 if (attrs->lft.hard_packet_limit != XFRM_INF) {
127 attrs->lft.hard_packet_limit);
/linux-master/include/uapi/linux/
H A Dxfrm.h71 __u64 hard_packet_limit; member in struct:xfrm_lifetime_cfg
/linux-master/net/xfrm/
H A Dxfrm_compat.c14 compat_u64 soft_packet_limit, hard_packet_limit; member in struct:compat_xfrm_lifetime_cfg
H A Dxfrm_state.c677 x->lft.hard_packet_limit = XFRM_INF;
1944 x->curlft.packets >= x->lft.hard_packet_limit) {
/linux-master/net/key/
H A Daf_key.c886 lifetime->sadb_lifetime_allocations = _X2KEY(x->lft.hard_packet_limit);
1139 x->lft.hard_packet_limit = _KEY2X(lifetime->sadb_lifetime_allocations);
2117 lifetime->sadb_lifetime_allocations = _X2KEY(xp->lft.hard_packet_limit);
2316 xp->lft.hard_packet_limit = XFRM_INF;
2318 xp->lft.hard_packet_limit = _KEY2X(lifetime->sadb_lifetime_allocations);
3313 xp->lft.hard_packet_limit = XFRM_INF;
/linux-master/tools/testing/selftests/net/
H A Dipsec.c949 req.info.lft.hard_packet_limit = XFRM_INF;
992 info->lft.hard_packet_limit != XFRM_INF)
1125 req.info.lft.hard_packet_limit = XFRM_INF;

Completed in 143 milliseconds