Home
last modified time | relevance | path

Searched refs:soft_packet_limit (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dxfrm.h68 __u64 soft_packet_limit; member
/linux-4.4.14/net/key/
Daf_key.c860 lifetime->sadb_lifetime_allocations = _X2KEY(x->lft.soft_packet_limit); in __pfkey_xfrm_state2msg()
1118 x->lft.soft_packet_limit = _KEY2X(lifetime->sadb_lifetime_allocations); in pfkey_msg2xfrm_state()
2071 lifetime->sadb_lifetime_allocations = _X2KEY(xp->lft.soft_packet_limit); in pfkey_xfrm_policy2msg()
2259 xp->lft.soft_packet_limit = XFRM_INF; in pfkey_spdadd()
2268 xp->lft.soft_packet_limit = _KEY2X(lifetime->sadb_lifetime_allocations); in pfkey_spdadd()
3235 xp->lft.soft_packet_limit = XFRM_INF; in pfkey_compile_policy()
/linux-4.4.14/net/xfrm/
Dxfrm_state.c488 x->lft.soft_packet_limit = XFRM_INF; in xfrm_state_alloc()
1383 x->curlft.packets >= x->lft.soft_packet_limit)) { in xfrm_state_check_expire()