Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dxfrm.h66 __u64 soft_packet_limit; member
/linux-3.4.99/net/key/
Daf_key.c860 lifetime->sadb_lifetime_allocations = _X2KEY(x->lft.soft_packet_limit); in __pfkey_xfrm_state2msg()
1117 x->lft.soft_packet_limit = _KEY2X(lifetime->sadb_lifetime_allocations); in pfkey_msg2xfrm_state()
2050 lifetime->sadb_lifetime_allocations = _X2KEY(xp->lft.soft_packet_limit); in pfkey_xfrm_policy2msg()
2242 xp->lft.soft_packet_limit = XFRM_INF; in pfkey_spdadd()
2251 xp->lft.soft_packet_limit = _KEY2X(lifetime->sadb_lifetime_allocations); in pfkey_spdadd()
3187 xp->lft.soft_packet_limit = XFRM_INF; in pfkey_compile_policy()
/linux-3.4.99/net/xfrm/
Dxfrm_state.c502 x->lft.soft_packet_limit = XFRM_INF; in xfrm_state_alloc()
1372 x->curlft.packets >= x->lft.soft_packet_limit)) { in xfrm_state_check_expire()