sadb_lifetime_allocations   48 include/uapi/linux/pfkeyv2.h 	__u32	sadb_lifetime_allocations;
sadb_lifetime_allocations  890 net/key/af_key.c 		lifetime->sadb_lifetime_allocations =  _X2KEY(x->lft.hard_packet_limit);
sadb_lifetime_allocations  901 net/key/af_key.c 		lifetime->sadb_lifetime_allocations =  _X2KEY(x->lft.soft_packet_limit);
sadb_lifetime_allocations  911 net/key/af_key.c 	lifetime->sadb_lifetime_allocations = x->curlft.packets;
sadb_lifetime_allocations 1143 net/key/af_key.c 		x->lft.hard_packet_limit = _KEY2X(lifetime->sadb_lifetime_allocations);
sadb_lifetime_allocations 1150 net/key/af_key.c 		x->lft.soft_packet_limit = _KEY2X(lifetime->sadb_lifetime_allocations);
sadb_lifetime_allocations 2108 net/key/af_key.c 	lifetime->sadb_lifetime_allocations =  _X2KEY(xp->lft.hard_packet_limit);
sadb_lifetime_allocations 2117 net/key/af_key.c 	lifetime->sadb_lifetime_allocations =  _X2KEY(xp->lft.soft_packet_limit);
sadb_lifetime_allocations 2126 net/key/af_key.c 	lifetime->sadb_lifetime_allocations = xp->curlft.packets;
sadb_lifetime_allocations 2309 net/key/af_key.c 		xp->lft.hard_packet_limit = _KEY2X(lifetime->sadb_lifetime_allocations);
sadb_lifetime_allocations 2315 net/key/af_key.c 		xp->lft.soft_packet_limit = _KEY2X(lifetime->sadb_lifetime_allocations);